Loading Tool

Explorer IconExplorer

Memory Pool

86,768 transactions
31.55 vMB
0.21255715 BTC
Random Selection Loading Transactions
Max Size: 191.49/200 MB

Candidate Block

Mining Attempt aa009c1bb0251e0e3a1d0f21ee2d55b09bdd9668f640d94aadec4b59d0df37de
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root ec432c828c31c21a5d0f11f6c250e246f779be6d1ea653f0fa1abab1cdba7648
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,562
Size: 1.00 vMB
Total Fees: 0.10734731 BTC
Feerates: 502.67 > 10.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (805,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,541 109,541 000000000000c8d42a2344ea1bf9bd40053d3048fef8ab482d99056c7d49fc18 12 0.00/1.00 vMB 0
109,540 109,540 00000000000069e5b7351ef481071743a30fb744725baf48b3363dfe01aa7058 12 0.00/1.00 vMB 351
109,539 109,539 000000000000f7eed3534fdf794ce68a70e2339a148318d78b22aa94d0ed6545 4 0.00/1.00 vMB 0
109,538 109,538 0000000000002fee51e452f40f5105f48cd8a0aeebd70d4777fac51270dc51e6 13 0.00/1.00 vMB 0
109,537 109,537 000000000000378285db0643689fcef2d24ad3c25609f49388f4427132162786 9 0.00/1.00 vMB 0
109,536 109,536 0000000000006077e90b6ec5f183e364e94db83f84ceb0044ed523663c1e09a8 12 0.00/1.00 vMB 0
109,535 109,535 0000000000017249ebd5de5faf3c4cc16de34ce4583cfc86d595caf06c53b8cc 12 0.00/1.00 vMB 0
109,534 109,534 0000000000018046c641a51ae541b186d22f31630faf58bfb2add13e6c571974 6 0.00/1.00 vMB 0
109,533 109,533 000000000001830f1664f46813ceeb4d52bc70cee02bb5baeb4a13e87aeb2eb8 11 0.00/1.00 vMB 0
109,532 109,532 000000000000e8d0ab04db3ae24d9dcc0bab3efb7a2b1c8c21034f15698d894a 12 0.00/1.00 vMB 0
109,531 109,531 000000000000bfbd9ad00c99fd31a1934ab4020e31e99b812aaa70f5f3839937 5 0.00/1.00 vMB 0
109,530 109,530 00000000000167834b10ef1e77eb99917ce126ab669ceeebf49a89a920e4f444 10 0.00/1.00 vMB 0
109,529 109,529 0000000000007a89e2a12852b64f675fc1b00a57c00aee7123b0eb1aa9f446f9 9 0.00/1.00 vMB 342
109,528 109,528 00000000000086f4d21d1c8d020c40c60590e1b5cb73c24c0741db3e2bb523d1 11 0.00/1.00 vMB 0
109,527 109,527 0000000000008cc68b4156fa922b347a96dca799959bceabaf67d30f07e1428c 48 0.01/1.00 vMB 0
109,526 109,526 000000000000f466703bff44caadce0c259a31e196777c59bff3005440bed4c4 10 0.00/1.00 vMB 0
109,525 109,525 0000000000000880ed924b74c85a9560c7da8ba54dbf3c06c287f7acbd09d85e 13 0.00/1.00 vMB 0
109,524 109,524 0000000000015c759ac8fb5b3d1222eedd5be65c43fd4f34d7ac6f32721df809 11 0.00/1.00 vMB 333
109,523 109,523 00000000000134aef37df055d114af1f3b28b4c649de9b99e49d2de5d464b715 9 0.01/1.00 vMB 0
109,522 109,522 00000000000127180450c558e4c9e1fb0453cb8ee6d1f9ec28aa45c3e172d4ef 7 0.00/1.00 vMB 0
109,521 109,521 00000000000060a4e3c0b1b2e71ec70b97091f8062d71aab12ba6aa7eef82e9a 9 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.61 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: 671.94 GB
    • Received: 16.08 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.