Loading Tool

Explorer IconExplorer

Memory Pool

80,698 transactions
31.33 vMB
0.08521802 BTC
Random Selection Loading Transactions
Max Size: 189.39/200 MB

Candidate Block

Mining Attempt e688b3d25d484b12e74561283039a466b582a8524964e7835aab23a0bd0b0072
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 32056535c79d30ae6f838df01eb3ac2d7c08ab91f9b41752d936ecfa8e311360
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,071
Size: 1.00 vMB
Total Fees: 0.01745225 BTC
Feerates: 150.65 > 1.75 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (330,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,290 584,290 0000000000000000001b1f0475c8c7f50499dc0ca9a865c53a1b7b4e970f20b7 2,911 1.00/1.00 vMB 36
584,289 584,289 000000000000000000100c686475611aecd48db30fb997021b319bbb42a0d4c9 1,007 0.37/1.00 vMB 35
584,288 584,288 00000000000000000011d2c0d2564494707fece081753e636da737d2179bebd2 2,270 0.74/1.00 vMB 31
584,287 584,287 000000000000000000179a2b50aeba9a1dda30af08343d88e535e97e8e5f7e16 863 0.32/1.00 vMB 32
584,286 584,286 0000000000000000001d5a619d9d7b13eeb87c876c93bc1d437ca99ba0611c3e 2,250 0.74/1.00 vMB 36
584,285 584,285 0000000000000000001b272208f429e3b0e17ba7a9c7d85c0970c8871f4ceb81 2,629 0.81/1.00 vMB 35
584,284 584,284 00000000000000000010e35e5977daa3daf6c6595566813c99312974e90d3211 2,011 0.82/1.00 vMB 5
584,283 584,283 000000000000000000099ef4026120ea116d90b558faa5403475a50f80d51c51 2,839 1.00/1.00 vMB 68
584,282 584,282 0000000000000000000b583f1bf65b33ce711d547296857240c797012de22074 1,796 0.64/1.00 vMB 9
584,281 584,281 00000000000000000019d57570b5b310c2f8a323b4a49d58c23da843b80a104b 2,861 1.00/1.00 vMB 30
584,280 584,280 00000000000000000002859f40f1bb504cc1061020f3500ff517c1093ba69425 2,835 1.00/1.00 vMB 57
584,279 584,279 0000000000000000000cc6304977e8260a2c3fabe3fca8de6a72532f7b62d4e5 3,001 1.00/1.00 vMB 30
584,278 584,278 000000000000000000222bdab9c7d44ba6c602521305e64603121d929603d9fd 2,717 1.00/1.00 vMB 22
584,277 584,277 0000000000000000000964d4e6cb777ffb536e865bf7b8c95935c7d0f8d0ef66 3,212 1.00/1.00 vMB 83
584,276 584,276 0000000000000000001c9448442c561d43b12c29f25a4c886041547a893329dc 2,526 0.81/1.00 vMB 10
584,275 584,275 0000000000000000000de1fa74e4b5733deaa04a78dff613e917bbb1a7bed937 3,174 1.00/1.00 vMB 65
584,274 584,274 0000000000000000001ea2058266f5e208f61a32f98d518c0a4a771c1e5bd692 1,853 0.64/1.00 vMB 35
584,273 584,273 0000000000000000001a251c1a185ac9046e9dc7f8dc88f00756c5b0ec40cace 1,767 0.72/1.00 vMB 17
584,272 584,272 00000000000000000009d9a04090ac607d161df05a2e893916f79d50cfc1c812 3,100 1.00/1.00 vMB 35
584,271 584,271 00000000000000000020eb5a41a428812c1eadbe80e5d9a96310abbb99f20397 2,147 1.00/1.00 vMB 56
584,270 584,270 0000000000000000000c56c536c00463def420ffd062890af1b335c65311e4a6 2,794 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.74 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: 708.14 GB
    • Received: 16.72 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.