Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,329 transactions (0.99 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,702 000000000000000000022b910000000000000000000000000000000000000000 ago 0.98 vMB 3,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,701 (565,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
346,554 346,554 000000000000000012046ad9617120cbf305af13df99ae7851f25c6b4624112d 0.70 MB 1,201 18
346,553 346,553 00000000000000000cae5e8ada54916f47075f5b0ee720d616eb75eafe5ef493 0.75 MB 1,357 49
346,552 346,552 00000000000000000e1289cc393146528186e16eec339ba1585c54e0f1104801 0.17 MB 512 45
346,551 346,551 000000000000000004aaf63ed222655c4d9c4bfcff2008c47ad4daf938fcbb60 0.48 MB 918 21
346,550 346,550 0000000000000000054e10d9b4586bc582b11fa4edebe9b61f99bf938aae359e 0.59 MB 887 25
346,549 346,549 000000000000000012fd9cef817ee00c20c40055b304776fca911e53cdca8471 0.19 MB 282 19
346,548 346,548 000000000000000012f5174c122da98cf0c5d228fc423878e21ab78df41b91fe 0.31 MB 453 25
346,547 346,547 000000000000000003b1721f98beca14c74393aa613c7bda03a41ab4b7b28718 0.14 MB 292 35
346,546 346,546 0000000000000000144ec69e528b680228bcc4ca8f9714da7d65f94cefd0e472 0.10 MB 149 20
346,545 346,545 000000000000000002e7629a0b8734eb993aa92b222a38e2210b3c4101495220 0.10 MB 196 25
346,544 346,544 000000000000000001a36a6f648a730ce5b8a54b393b683c75509280e29e7182 0.11 MB 104 18
346,543 346,543 0000000000000000043ab0ba125fba4220c9efe931e34d618f67d347a220a4ac 0.26 MB 424 23
346,542 346,542 00000000000000000ed8c41249469efde3c424bb385fe015560501c74f4b3db5 0.76 MB 481 9
346,541 346,541 0000000000000000093b1b3dfb0279fdaf9c84bf7685cbc786a8bec660ba2f7f 0.74 MB 658 11
346,540 346,540 0000000000000000094c259b75d92719619fb0c9932d2bbcafa1180d4703813f 0.98 MB 910 12
346,539 346,539 000000000000000011e7598f33a5310c6fb85fced21897ec741a0c28768199fb 0.75 MB 1,394 26
346,538 346,538 0000000000000000004144ae8f49b61fb8b82bb63fdb4b806653c2ca2a7856e4 0.21 MB 480 38
346,537 346,537 0000000000000000167b67c583ec77467e8d1a6bbdd459224c0cf58258fb721c 0.98 MB 1,254 15
346,536 346,536 00000000000000000d791c63fc98a14f5c7a653b6da3aa7803f4161c9acb8a21 0.98 MB 960 14
346,535 346,535 00000000000000001343fb62eaac804008b3cbbfff1799045973b4420415577a 0.48 MB 575 18
346,534 346,534 00000000000000000a19fa8ecfc8123ac2112468d838202c66dd158437dbcb04 0.21 MB 293 17
Previous 10 blocks ↓
Total Size: 776.54 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,425.90 GB sent, 131.32 GB received

Notes

  • This page updates every 5 seconds.
  • 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.