Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

294 transactions (0.15 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
910,622 000000000000000000022cb30000000000000000000000000000000000000000 0.14 vMB 293 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,621 (872,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,588 38,588 0000000012cd1f9c7e9725b6cc948070bf2b5bdf7f0306b360af86d34f165513 0.00 MB 1 0
38,587 38,587 000000003318f30163ab5acbf234d7d774d081884b7b483fa7cbfe1d98cc0f16 0.00 MB 1 0
38,586 38,586 000000005e1169d521a78461c9949eba3f3fb6b7e11ea1b268661afd125e0bc5 0.00 MB 1 0
38,585 38,585 0000000031f6f438b92d8b52aaf7067473454d3cc5adb514126d5cc3a9b95ffa 0.00 MB 1 0
38,584 38,584 00000000614a69fda2abd8db14a69820bd8d553089f897e3611984eb8ef47e81 0.00 MB 1 0
38,583 38,583 0000000078f1beb05989e0d19c3669fd78ee98794f2257151e75661168ce29a3 0.00 MB 1 0
38,582 38,582 000000008addb5be45dc75256eb665b3043d66881925de1cc21601d28f8873a9 0.00 MB 1 0
38,581 38,581 000000002199404658004eb007f8800114bce478404cddcd5773eed5e23b4324 0.00 MB 1 0
38,580 38,580 000000005399144a59cf39eebb77757edc74d088fc3c4e5a88734e2ae8f917ab 0.00 MB 1 0
38,579 38,579 000000001423bd0a4497ebcb4b534bf98d38918dcf59a40ef6255a72426f896a 0.00 MB 1 0
38,578 38,578 000000002ff5f8af6b74e6630bd86b3653994e3d11fc50fc4237639f82b2bffe 0.00 MB 1 0
38,577 38,577 00000000404e174d30f84dcd83631eb1603217957524f23b80db0435b9fa2653 0.00 MB 1 0
38,576 38,576 0000000027ad782fd0fd2331dfa0f5abd29885291fb176685c77b1b143a87bab 0.00 MB 1 0
38,575 38,575 000000006ed95fe46318bb26f25a9e2224a6c2aa7c118217ac1d6091e1378074 0.00 MB 1 0
38,574 38,574 0000000011f67744e4afa18a015ba161102e66d1a43348298c93fdb78ffdbf2b 0.00 MB 1 0
38,573 38,573 00000000487eda692d802ffdf40d1d1131973602b861243f3ed926dcc6c89ede 0.00 MB 1 0
38,572 38,572 0000000017a775f3eb35762f80a15ba86da99170afd2a005a8d946d6e54744ab 0.00 MB 1 0
38,571 38,571 000000003734a1539a85a41924773e6ff89dae419d0e3c247a50bb504ffbc0e9 0.00 MB 1 0
38,570 38,570 000000007905f8c96ddd0d008d9d7beec01dffa0ad9e0ad7b30bc27763aae332 0.00 MB 1 0
38,569 38,569 000000000f6c8fc01893efd9faaf30478350133ec12aef6cfc7256d84a54fdf4 0.00 MB 1 0
38,568 38,568 0000000046900ef0b97ed3754c4c80fda3507c737632c56e5ae752bc02ea4d61 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,258.44 GB sent, 121.13 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.