Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,232 transactions (0.66 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,019 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.66 vMB 2,229 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,018 (870,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,763 40,763 0000000035e65aa8462c4d0b1df7e382003f343e9a75f6dc9b2f397c371e1eb0 0.00 MB 1 0
40,762 40,762 00000000153a1888c257b31bf0ece79a1dd39e4ecd07d1578eb9d51fb615f2ba 0.00 MB 1 0
40,761 40,761 0000000033230e1100cde6f4eed4048efb98a7a015e1d8e638001dad3401a624 0.00 MB 1 0
40,760 40,760 000000002996b4d06defc93350384a4f2d28e47311d26780db7e9ee0c63a75bc 0.00 MB 1 0
40,759 40,759 00000000404cd5181f5c837ee897e4ed9c8323f75b249c8e4fb4b3059813d6e3 0.00 MB 1 0
40,758 40,758 0000000045232649b37d35d95dc63e6ce2a8fc64c2b46dc100093d03a4c104b1 0.00 MB 2 0
40,757 40,757 000000000c9d25dffe0a53fd6c61b51ef6f3a5d071eb1e24b700a61e253b0ed1 0.00 MB 1 0
40,756 40,756 000000002def9dd8cd01e506a625c9c587c6e918c470bceb3c0efc9776d1b068 0.00 MB 1 0
40,755 40,755 0000000005b56d2c680e94f1761a35bc55085a380fb04e28f1769c73128b6106 0.00 MB 1 0
40,754 40,754 0000000050e448f2736805cbc0dfd518b36b553bc3c41026b5ae9cde55e48d6e 0.00 MB 1 0
40,753 40,753 000000001f0fc3d7510423318892743dd78aef2e46ba2b8759a5cf24c376aebf 0.00 MB 1 0
40,752 40,752 0000000026fcedb6304ec806d035fe5719dc92a7d43eb83cadd0cc37fea5c350 0.00 MB 1 0
40,751 40,751 0000000039d456bb7c095f4ab0ee66c5ea80dd5e249764dd01ef77c5f35e5e71 0.00 MB 1 0
40,750 40,750 0000000043aabcf3033719eb1c7fe1ce65207063d58d2a268791de66be74f772 0.00 MB 1 0
40,749 40,749 000000000a67ef55ecb194074815bc846c939317660449a08f8c6210233af6fc 0.00 MB 1 0
40,748 40,748 0000000060c5ef82e72c672e82fec0e9f1f1e88da1fbda88ae67047bd171296f 0.00 MB 1 0
40,747 40,747 000000001350d6b26bcd466d3bac5ed64713005514d0daeb385bfe40df713ff7 0.00 MB 1 0
40,746 40,746 000000002c273790749fd2b456c5bc66715a1c963e41822c7425c392dd5127fd 0.00 MB 1 0
40,745 40,745 0000000039488202f2406f2fa269db57832aea69b51e1fd319556f598f31807d 0.00 MB 1 0
40,744 40,744 000000003ff8c1b0186a3cb290bf2d51a8d181ffbde8de334e8e7e5cec99c61e 0.00 MB 1 0
40,743 40,743 000000005c1dfe6cb9d4b4f477bc74057fa775b95916124a30d5eee8515bbdf7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.28 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,360.21 GB sent, 125.12 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.