Loading Tool

Explorer IconExplorer

Memory Pool

78,566 transactions
29.81 vMB
0.07678927 BTC
Random Selection Loading Transactions
Max Size: 181.92/200 MB

Candidate Block

Mining Attempt 2b2d2a0bbc2e8e3565be56f0998f32ea1e7bb1a92d2acdb3044cce39ea547223
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 877f99cdb5ebeb8e8d69ba75b6fc87c818bc93b9462e461bc1c2767f04fdcbbc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,086
Size: 1.00 vMB
Total Fees: 0.01083241 BTC
Feerates: 100.46 > 1.09 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (579,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
336,287 336,287 000000000000000003570587e8fb3851f2a7a4b5ea9bc56abeaf6f00fecbdf99 149 0.07/1.00 vMB 27
336,286 336,286 000000000000000003ff6d91b665995f190b71bd66eb893ca6aaa5ab66cc214b 47 0.03/1.00 vMB 22
336,285 336,285 000000000000000017d9b82453be172bbaf31915a4e9f1273f2f4158062635b9 67 0.07/1.00 vMB 8
336,284 336,284 000000000000000005b42ad5d9ddd0987c6943f9db8cd7b791d153cb0f056cf4 1,048 0.49/1.00 vMB 33
336,283 336,283 000000000000000000dda8edd0930f215abed8cebe6f8e9ebc1c351b8d9704d9 277 0.15/1.00 vMB 31
336,282 336,282 000000000000000014f27b689dba203997e9c33e4d19a02c4136cb31e99ab132 83 0.10/1.00 vMB 7
336,281 336,281 000000000000000001c14c5d9eb84452e84fa95538cad48c2a3daf1c6391420e 757 0.40/1.00 vMB 30
336,280 336,280 00000000000000000975296a78bc22c380455ee9616c90e3dab94e609ff884ae 344 0.18/1.00 vMB 27
336,279 336,279 00000000000000001997f358211aae0ab5199ebe3f1b5aec99fc7642b7f20938 302 0.13/1.00 vMB 31
336,278 336,278 0000000000000000119eaa07a48ef4bb285ac0f5aacc8a3c3f40a8813414dbd4 141 0.10/1.00 vMB 19
336,277 336,277 000000000000000018eebd9e6a034fd3aac0ecb05a0faf738187c5b75de2d1ee 719 0.35/1.00 vMB 28
336,276 336,276 000000000000000006e1da2848273aa82104fc2d4d0f4ad5c765cfd78077c20c 372 0.21/1.00 vMB 22
336,275 336,275 00000000000000000ea59824985dbe4fc497a593e72c5a483aea4529940a66a9 258 0.12/1.00 vMB 34
336,274 336,274 00000000000000000be417b9f388ced97c6107282e1be8270fcf4b4424c94ca4 46 0.04/1.00 vMB 15
336,273 336,273 000000000000000006f7240f9aa17f3e93d5360b412d1bccadfe9350953eee44 67 0.03/1.00 vMB 26
336,272 336,272 000000000000000005f170ab7aad5b51f87a31dd1e8bc4a10c1b78274fc1b8e5 225 0.14/1.00 vMB 24
336,271 336,271 0000000000000000089bb88c0f2d318f8a6a5f86c6e91333f5947a911017bf01 206 0.13/1.00 vMB 28
336,270 336,270 000000000000000014ba6cc109102a225b5838fc4a5ad8c8c5a11a5820cc08d7 517 0.40/1.00 vMB 18
336,269 336,269 00000000000000000a1edba218fd0e37cee4b469c63006a40df6bea415fe1a32 256 0.10/1.00 vMB 48
336,268 336,268 0000000000000000006e32b22e3b942488a8447ca2c7db3041b066019d621461 753 0.43/1.00 vMB 31
336,267 336,267 0000000000000000177c5f2986cbdd29ac16f12d4a29370c538be9dc3b09779e 101 0.10/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.