Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,590 transactions (0.77 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,505 000000000000000000022b910000000000000000000000000000000000000000 0.76 vMB 2,576 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,504 (96,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
814,645 814,645 00000000000000000002e2ce4dc2fcbd0f6d791e4dfe6fbbb8feb1271d523ed3 1.55 MB 3,744 21
814,644 814,644 00000000000000000001a712073e977893be2302c27ad5728c508d5bc5c2334c 1.72 MB 2,279 3
814,643 814,643 00000000000000000001fa73ac1cabf62557c830f99e6ad06fa8c81bafab49a2 1.54 MB 2,223 9
814,642 814,642 0000000000000000000396635d64af7d471daf727ae5f5161f4851d439d5608b 1.07 MB 385 4
814,641 814,641 00000000000000000001de5affb6b4e12c282bd0a23fd9c5bf60099fd7b29760 1.65 MB 2,664 11
814,640 814,640 00000000000000000000f4af9cfb3c3e4e58d7582e18211a282aaf19cb1496b0 2.01 MB 5,463 4
814,639 814,639 000000000000000000016ad86bfe980c81296b6bd8c31a473545c2704f6894bf 1.97 MB 5,349 5
814,638 814,638 00000000000000000001985f20f9c1c5d3dd616df8d3d69870cae0d564a2d34d 2.00 MB 4,494 2
814,637 814,637 000000000000000000004a9a8e232262e54ac1ce121abce1559d904ecbe10c85 1.67 MB 2,435 9
814,636 814,636 0000000000000000000337227898dbb6e7e4a653b42de4df80057c5e76b0386c 2.03 MB 4,882 7
814,635 814,635 000000000000000000026f704b51211819cd281b6b0ef7871d2792e8bb0b4c93 2.01 MB 2,480 6
814,634 814,634 000000000000000000003e3fd040eb598bdf876baee0b7f81c2b188125568b7c 2.22 MB 3,794 4
814,633 814,633 0000000000000000000137e885bd3c7de1e7bc1125a4bb32d1e38d419641779d 2.07 MB 6,556 2
814,632 814,632 00000000000000000001b275d5f40ad7bee0531669fdcf15f8e8a8459fffccf0 2.08 MB 6,675 2
814,631 814,631 00000000000000000003248dece8dd17dac44407f3976e999ea3419f5a7d1a39 1.97 MB 5,396 4
814,630 814,630 0000000000000000000160337a0418da9cb49f4284e81ced3dd5ed7d78a3ae12 1.88 MB 3,137 3
814,629 814,629 0000000000000000000416df43ccef8ae9710a77caaf61f70c1b5a00295acef0 1.69 MB 1,435 6
814,628 814,628 00000000000000000000ecc6252d12364e5b4f14e087e8f222815cc69ad00394 1.62 MB 2,344 13
814,627 814,627 00000000000000000003401b31c6e401f4231b5f267bbe260d72446feced1e7e 1.80 MB 3,222 7
814,626 814,626 0000000000000000000232b2177b2416c1451e0985fa170acd67b6d7d87722e1 1.94 MB 1,422 7
814,625 814,625 000000000000000000016e25fa13f11ce95e1447956ccefcd407567ae739d683 1.67 MB 3,250 15
Previous 10 blocks ↓
Total Size: 776.17 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,412.44 GB sent, 129.58 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.