Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

91 transactions (0.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,726 000000000000000000022cb30000000000000000000000000000000000000000 0.55 vMB 1,865 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,725 (872,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,641 38,641 000000005edb08f2510306bfd9e431174f8fa01c62f92a7836b9efe4d3cd615a 0.00 MB 1 0
38,640 38,640 000000008baf755176b9808344ad7c3398ccf7dd6148055c0fb4e6ead7723bf4 0.00 MB 1 0
38,639 38,639 000000001f769622c63cb52fe0c0c3f861003b9dc76c21de1f1bdf14bad2431a 0.00 MB 1 0
38,638 38,638 000000007c093f5c4a5427b84441af169f0c6925ee44b63e5858f0c2b04444f0 0.00 MB 1 0
38,637 38,637 0000000080847e8b448ffb415c359a3e58bae4ed71ad78e83d0650500e79253b 0.00 MB 1 0
38,636 38,636 00000000352c07aba2c532256e3834660b795a9e307a503587fbf9dbcb4ac973 0.00 MB 1 0
38,635 38,635 000000001065ed142e3e0f53db75cf8ff61241b927e92be45157a4dc480fe41b 0.00 MB 1 0
38,634 38,634 0000000043abb94c5075b863d33b4c79903833340c9f49942e92f4a05db64fab 0.00 MB 1 0
38,633 38,633 000000007e9e097fede6dbb64d85824f060d4f35ab887d1f8d6772e264162d50 0.00 MB 1 0
38,632 38,632 000000007b605d3018821f23453a32d284633fe6577c294e57ce708cf4ee49c3 0.00 MB 1 0
38,631 38,631 0000000086c9045a5ea67cfca551f1a733c8379376c4e1db8093e81922a56c4f 0.00 MB 1 0
38,630 38,630 000000000d37c2f58ad1b92f4432fda90d85a2443b2eb455a7a9ac6ba6f927ac 0.00 MB 1 0
38,629 38,629 000000002cbae59c31281d3bc5319db1b9a98b31088f5f66a178129d8e35e73c 0.00 MB 1 0
38,628 38,628 0000000050cf4f7ed174fc44bbf4024fe1f81cedabb77f38467a83350a31d6d9 0.00 MB 1 0
38,627 38,627 0000000024ba44e3d505b22f052d33506ad8ecc69bac4bc3593b2d7cafaa3147 0.00 MB 1 0
38,626 38,626 0000000057e1727097e46601cd1dc6d6ae6832134c124800f43b5d3dd48d02ee 0.00 MB 1 0
38,625 38,625 0000000068593322809801c19c364127cb80e01dd68d6223ae7eceeb208388ff 0.00 MB 1 0
38,624 38,624 0000000054039537b9afec4e40c626cc5235f0fb1974953fcf61244879b5ef54 0.00 MB 1 0
38,623 38,623 00000000075f965a8a90069c3ae163b8d0e056be3df69c152d978b292d10b20d 0.00 MB 1 0
38,622 38,622 0000000052d836fc7af054213f9dd9b2cb3751a8a8b3306b759dddbce522d286 0.00 MB 1 0
38,621 38,621 00000000302823a4b32f9821cd1ca357ee0e8a2a909be732e733a86bb58d2c59 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.72 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,291.92 GB sent, 122.21 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.