Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

357 transactions (0.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,673 000000000000000000022b910000000000000000000000000000000000000000 0.07 vMB 352 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,672 (380,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
531,575 531,575 0000000000000000002a44cc7b6c5f7d50b89272f32e9a3c52a2f3f4a576588a 1.14 MB 2,249 31
531,574 531,574 00000000000000000000d2664d16cc58ccf3435ac69eec89a65f64fd2e1094fd 1.17 MB 2,278 28
531,573 531,573 000000000000000000202332e277a7f839de9e427b97c181b4fa93ebc93ea65f 0.22 MB 602 20
531,572 531,572 00000000000000000023cebac0ee8e36bfc253efe0908b9d9165d6a56e52268d 1.03 MB 604 6
531,571 531,571 0000000000000000002057775f9f46290af40db75f75a6f6c8d2d863a65272b1 1.91 MB 172 1
531,570 531,570 0000000000000000001356b0513cdb190bd15849a8e0d9de1df1e1e16c7813e6 1.11 MB 969 9
531,569 531,569 0000000000000000000e763f7206427888ee4923867a3faada8163eb3cf347c6 1.00 MB 82 1
531,568 531,568 0000000000000000001f36bf0f185bbd8aaee520df12851a53ffaa89ac2e7daa 1.14 MB 2,156 21
531,567 531,567 0000000000000000000b89fffae7c3c7b585694a5f30a60c74303067a09b4473 1.08 MB 1,157 8
531,566 531,566 000000000000000000226c7a1db83b4e8e66896a330a22af21e41873045e0436 2.08 MB 300 3
531,565 531,565 000000000000000000279a73b6a0b54da3147e1836afdc08826ec80ef6a9b000 1.61 MB 485 2
531,564 531,564 0000000000000000000fa032c1424126dc38caaa65f86f006538bc2b6a5578a6 1.20 MB 2,238 15
531,563 531,563 00000000000000000007a65b4429d2f4907a19d5d3d6d7a36c91d4ca336c1ed0 1.19 MB 2,388 33
531,562 531,562 0000000000000000001af4c3466d393a29db16ca12462fb540a5fb310b8ab502 2.07 MB 192 1
531,561 531,561 0000000000000000001e40b76c712b06fa23fa65eaf0e744194357c2e57669ef 1.18 MB 2,192 29
531,560 531,560 0000000000000000002f5f55d2d8fe2654e23c04295ff23be11afd721166587a 1.07 MB 977 10
531,559 531,559 0000000000000000000ba5219dff775a07cfadec9341406c6cbacbae4f1a75a2 1.04 MB 331 2
531,558 531,558 0000000000000000001ab2b414c6f944ea433259102c53fef918b93b5d465094 0.39 MB 873 29
531,557 531,557 0000000000000000001675850f69d07693c6983bde4144149e37665bf8d093a2 1.43 MB 1,540 8
531,556 531,556 0000000000000000000d0703a5d6fe7a2c8a9f9c314b175d19665ca55599fb71 1.16 MB 2,427 31
531,555 531,555 0000000000000000000438f400ded5d26dd0bfced4b1d737a5f14c315b654b03 1.19 MB 2,643 4
Previous 10 blocks ↓
Total Size: 776.48 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,424.92 GB sent, 131.05 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.