Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,811 transactions (1.31 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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,466 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,639 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,465 (844,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,798 64,798 000000000229a43a8e0c752dc631924820e458f150bb17d4afafc1fb2acdaae7 0.00 MB 1 0
64,797 64,797 000000000150adf612425cf0975ade4b6a739baf20429ad8045914bf45e929e7 0.00 MB 4 0
64,796 64,796 0000000009dd644f691b0d6a0fce61b2a8d3c39fb61e5b4fa99142af5f34323f 0.00 MB 2 0
64,795 64,795 0000000003ac3418b6827d367f3ae825bbfc93485f9d1eac07e8ec3baf1b023c 0.00 MB 1 0
64,794 64,794 0000000009bf0525f5027a65ecaec81c31ca8ff2389ce01a031ace2f737daec1 0.00 MB 2 0
64,793 64,793 00000000061f1b0c9131d28d765d0c71a2583afa31368c355a609c494b9fdd39 0.00 MB 1 0
64,792 64,792 000000000670c9075fdff39f8c868b7e5384056931231ef5dea91bd764b3cfd2 0.00 MB 1 0
64,791 64,791 000000000905220b54468bbe8172fce0aab7d982827115269376ed84d03aa5d3 0.00 MB 1 0
64,790 64,790 000000000010f7ffeb98ce7fbe5d5d574ea6d075e1a706a8b7d88b6df46bd246 0.00 MB 1 0
64,789 64,789 00000000076bd6e2319dd70c2fdff60bbfdd5d42956c7e6fe7998d9912090f30 0.00 MB 2 0
64,788 64,788 0000000006492e79a6cd9f561418efa4f26073fb661c13326a86026760c44663 0.00 MB 1 0
64,787 64,787 000000000a768c732d8b62630978885d827042382a5bfe679956c57e4cff6b19 0.00 MB 1 0
64,786 64,786 0000000006934ea1b1b66fa21b74c41fdc7bb983a89b89f8fca63826d80b5ab3 0.00 MB 1 0
64,785 64,785 0000000009316af14a3a66a260e3c25268e235c5c04db86eb7d3318a5a3f4e35 0.00 MB 1 0
64,784 64,784 0000000003f3a4e03b55147c33c607404a94db0bdce802388acba7a5c4759e7b 0.00 MB 1 0
64,783 64,783 00000000039ef0efd03c78dbcdde38450866aeedced239e0d535ad286a08a7f4 0.00 MB 1 0
64,782 64,782 0000000000e14d9105cd9667c7ae8aa8a68003928ccefbd4314fa1a550607b2b 0.00 MB 2 0
64,781 64,781 0000000009dd5315bc1ae9f3f8239133a1d9be27a1a28b2fcf8327def1ddff45 0.00 MB 1 0
64,780 64,780 00000000069e77e497b4cb3a4d91798fd938499f9fc08b4bf2c523a9b69f35fe 0.00 MB 1 0
64,779 64,779 00000000011fdf168dde3c252542ff5f0ad514ee6d1abae23eef4f3f53d4ceed 0.00 MB 1 0
64,778 64,778 0000000007ce1e009a3359cf93427219e40372cb6dceace2f1d36e99adc95a91 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.41 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,079.86 GB sent, 110.29 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.