Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,575 transactions (4.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,148 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (880,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,829 28,829 00000000b72c2364d2c86d067bca91e3362725a371ff4cabffd24d7bc95b0ff7 0.00 MB 1 0
28,828 28,828 0000000057beeb92b4b0e304be6ba4637ef568083b1980f418d24813a470761e 0.00 MB 1 0
28,827 28,827 00000000bb25b586766d53356bd7c5fa0b34444405c9d2e8af5fce75a12febd7 0.00 MB 1 0
28,826 28,826 00000000fc18d8e3dcefca40dfcfb7b7aac82666fe4ee8c54de0bb44f03f6751 0.00 MB 1 0
28,825 28,825 00000000ad5be0a7e4a11963c87db8234c5d251bc954c3d3007ea2d10ad9b780 0.00 MB 1 0
28,824 28,824 00000000adf15ba8dce7ba526cf6fa0b7aba0c209044058d33d2b5ad3d03d57c 0.00 MB 1 0
28,823 28,823 00000000f1490b3d6c00287bd692360a3e427c59e631cace729aba0473b7ab9c 0.00 MB 1 0
28,822 28,822 00000000063ebd9d8461591fbd8ceafbeb29cdc53234145b7280f19494af732d 0.00 MB 1 0
28,821 28,821 0000000010e86b26bfd056799554e9da997cdb49a0b77dece0a327c35c3375cf 0.00 MB 1 0
28,820 28,820 00000000322b5aa6ae938d35b0c939be460a8e18485886f1eca05de4ddf7126c 0.00 MB 1 0
28,819 28,819 000000002df9a8afe1c5367831ad0d215432815c3833a1f9318e7a2645b916ef 0.00 MB 1 0
28,818 28,818 00000000e726bf0c2f1de0adfb95403bd3816ea2ee5c36d68dafb0156849a9ae 0.00 MB 1 0
28,817 28,817 00000000a20d4d5a0f6951eb1339d8c77a38112931ea26672abe7545b7fdd8be 0.00 MB 2 0
28,816 28,816 000000003077238fb3571344fabc1637b44342d8142b38dc48c8e3d9f6549dea 0.00 MB 1 0
28,815 28,815 000000007c391c26135d2ad6714eaf4b28f4d9c01732118e44665b7b259000ea 0.00 MB 1 0
28,814 28,814 00000000bfc7b58123ea394d707a747a2db0fbd3d44c1824b620dd8e4df36bd5 0.00 MB 1 0
28,813 28,813 000000001c0b0b75c7371bfaeec177e002c3bf4f4722c72174deab2224aa404a 0.00 MB 1 0
28,812 28,812 00000000d38814f0cc549dfae2568bf31bd9410cee3956572da5e5f58ae2fe38 0.00 MB 1 0
28,811 28,811 00000000f585ce926a3e6565b98945c0251d5417ce384b7f7df7ff9e4a45bd12 0.00 MB 2 0
28,810 28,810 0000000099f379cfd6c538170e598d1083521d64047a7a5c3dee04cc3f2fe7ee 0.00 MB 1 0
28,809 28,809 000000002089eefb1cad7d770bff4c4a69b7f6220f92bd26cc1fb9f367a57f42 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.05 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,046.33 GB sent, 108.31 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.