Loading Tool

Explorer IconExplorer

Memory Pool

75,120 transactions
27.71 vMB
0.07737356 BTC
Random Selection Loading Transactions
Max Size: 169.00/200 MB

Candidate Block

Mining Attempt 8acab5c5577f84a07aa4347940ec0567d441e8d1273f5fbdb527cdc8e5c7effe
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 561ea766a00f4f6b4f73f4dcd6de568826c8f283bfa1e6d656a832928e518b48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,958
Size: 1.00 vMB
Total Fees: 0.01810123 BTC
Feerates: 301.57 > 1.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (459,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,174 456,174 0000000000000000019a8a5deed1747c60e515102544cebebc14b7237f1f8081 2,128 1.00/1.00 vMB 263
456,173 456,173 0000000000000000021659f0eaad93e798a8edf0cc57165e5c2d969f982d647c 3,121 1.00/1.00 vMB 398
456,172 456,172 000000000000000001563a496f655c67f77560ab939b4c6e25cea1622abcca23 1,965 1.00/1.00 vMB 153
456,171 456,171 000000000000000001a5267ce523fadc86c8a3cc4e2a56ce51a1b33e6ab653a0 2,197 1.00/1.00 vMB 194
456,170 456,170 000000000000000001f7b3834c4104621c656d2b2d547e718ffd885dd27d4c21 2,535 1.00/1.00 vMB 194
456,169 456,169 000000000000000002529e70501965b81b87b9811d59c984d7db2423c25fb85b 2,182 1.00/1.00 vMB 196
456,168 456,168 0000000000000000005e8dafc0477a496e4208884859afd4c0200d0e0cd224e9 2,433 1.00/1.00 vMB 250
456,167 456,167 000000000000000000fcda278f4f2605c0d0f7619b56a0c88c5284ec6cca1008 2,374 1.00/1.00 vMB 150
456,166 456,166 0000000000000000019fc1dc821735392d11c04fc59743965232cbcf9da56594 2,524 1.00/1.00 vMB 156
456,165 456,165 0000000000000000021f154ffd935de592f5a7459eb8f165b2c24324d57de398 1,957 1.00/1.00 vMB 135
456,164 456,164 000000000000000001353d755f7d76b9c11874e15e0290b8a2f3c0f346225b28 1,997 1.00/1.00 vMB 158
456,163 456,163 000000000000000001c113310bdf91770cd7e6091c4695d610b3098609fb848e 2,499 1.00/1.00 vMB 209
456,162 456,162 00000000000000000146d2d6517276029a0a8b7969d6175a9219dfcbecc78157 1,488 1.00/1.00 vMB 156
456,161 456,161 0000000000000000023b1e7f32787df871b8da4f62d203316396bbcb85757654 744 0.25/1.00 vMB 220
456,160 456,160 000000000000000000cfb84ebd4c6b33ca3ccfe5013b59d841df41b41522cf3c 2,172 1.00/1.00 vMB 197
456,159 456,159 000000000000000001b191be05128d9092ec4d0a421ac8d0cd2127ebc0f68472 2,283 1.00/1.00 vMB 199
456,158 456,158 0000000000000000018f30099eaa03588b1d7e060681ec82039efd818fb91ffd 2,881 1.00/1.00 vMB 227
456,157 456,157 00000000000000000083dd4aba0284eadb27f67306182e3c4b38e7222e73c6d6 2,055 1.00/1.00 vMB 208
456,156 456,156 0000000000000000018e56c76df24593e4a336ab48dd2ae219361914122d68d6 2,290 1.00/1.00 vMB 251
456,155 456,155 000000000000000001e1bcc228ab661c30c2b36a1fba882d0c8f2dc47dfe128e 419 1.00/1.00 vMB 416
456,154 456,154 0000000000000000020eb14a9356c2b83c17fd215a3ec70d7142189829673ab5 1,354 1.00/1.00 vMB 179
Previous 10 blocks ↓
Total Size: 782.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 711.86 GB
    • Received: 17.14 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.