Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,169 transactions (1.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,661 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,045 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,660 (887,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,766 21,766 000000008b8cd2cefa5c89b142a946c6dd81bee48a27301355fbfeed406e9f00 0.00 MB 1 0
21,765 21,765 000000009e1498875ad7e46288de5adf40961eaf594951d4054eb7b975bd0ee3 0.00 MB 1 0
21,764 21,764 0000000062bad124868b95f19df97666eb28e2be918e768c0e0af59b4e1c4be6 0.00 MB 1 0
21,763 21,763 00000000ce22cb814ff058f62452a3c95e762ccb29c8231d565234c564f5caee 0.00 MB 1 0
21,762 21,762 000000001ff20d3e29b43820400eddb58c2f0ae50b2c3138ef265357cfa9ae35 0.00 MB 1 0
21,761 21,761 000000001710d5a25431c77bf91ca547c283bdbe7921a4ba7d2e12499c444aaa 0.00 MB 1 0
21,760 21,760 000000001be2964411716c5ea09fed2a312fcfc497c7e41246a2e1e722fd17ec 0.00 MB 1 0
21,759 21,759 00000000fe0ecfcff453dcedcbc5eb53ffe246bc0a4d51fe1cda91da3b6158c7 0.00 MB 1 0
21,758 21,758 000000009c8655f317e3664360947721200fa398b385113a4e4d8d30c15b3f70 0.00 MB 1 0
21,757 21,757 00000000901764e2469aa8e34ccf3688ece4a43f75a6ef876f114c9ebcae6cbb 0.00 MB 1 0
21,756 21,756 00000000454e4447e1b3227b6573b610bedb3ae690b7e7862d6b971e4cf51ee5 0.00 MB 1 0
21,755 21,755 000000002d883d3ebb77fc455e9f6620dba199c8c67808cf11c8962473a3de99 0.00 MB 1 0
21,754 21,754 000000001070fbac805599d1803c1305ae8e9dd70bfe2c41d73b6307b0a16cab 0.00 MB 1 0
21,753 21,753 00000000252cbfb03d6632287e8aabc9f192e00ae65b86ce44cad36a2023641a 0.00 MB 1 0
21,752 21,752 000000001b44bd93ab6c30ab904946b04ce95bc81215a5a36e131e2e45b7a540 0.00 MB 1 0
21,751 21,751 00000000263b4159adbb7bf3845081b7392f2b48a5772fb26c039fa16ec3fc22 0.00 MB 1 0
21,750 21,750 00000000a825a36a22ce1fa56182424c555dd7076de5e5cd669cc64bb22a9c62 0.00 MB 1 0
21,749 21,749 00000000835ceae6f252948cae5dc3d86c4b5e02b6d7959292fea26f63e4be05 0.00 MB 1 0
21,748 21,748 0000000082a8ddfd697ba39d3e2d4aaf26bf4d09c6ff8dd42df62fd86936453b 0.00 MB 1 0
21,747 21,747 00000000340cd2ab0cbe1a75603c78119d770fd09a0ea55f0dc5e0936dbf5a3f 0.00 MB 1 0
21,746 21,746 00000000ee5ca675263735a24acb75f4db1c5d2dfc078c275cb254e2e4769c3b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,132.73 GB sent, 112.23 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.