Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,435 transactions (3.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,563 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,758 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,562 (850,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,955 58,955 00000000041950b07d1f1fe23fc236472aa031758465e8559b1cc207a794eef6 0.00 MB 1 0
58,954 58,954 000000000eade81be640e88b7a9b8b0eb41d164010e289b5e67a70197e5e6dd2 0.00 MB 1 0
58,953 58,953 0000000001d721e167302f0a2be4772e2e46aedd961320400ba84d2ba8de6ef9 0.00 MB 2 0
58,952 58,952 0000000008a54451fb4baa7f9298f508e35622dba92ddad34f877b53373560ed 0.00 MB 1 0
58,951 58,951 000000000d6b26be5cc9c0e729dd48743630af0181599f6cfd661c18a7d766c9 0.00 MB 1 0
58,950 58,950 0000000006c9f13960eed6ca5e90fd90052ddeced2ef3e419788a885afc25d03 0.00 MB 1 0
58,949 58,949 000000000996226b9efc9c08142ae9f5f4a62875376bf7bcbc22ce44cd695c0f 0.00 MB 2 0
58,948 58,948 000000000a7f4ae83032017feadfbf058dc7457941e4a302d2de3a50ac8429d8 0.00 MB 1 0
58,947 58,947 000000000bf1a99db9237e737bf414d0d0e96629d8949fa2bf5fcd139979f6e2 0.00 MB 1 0
58,946 58,946 000000000744fa62cbc0c21a4ae2d929fc5194afe6bfa6388c65849244de55b8 0.00 MB 1 0
58,945 58,945 000000000c39492286be5f9871b19539367fef94ebd63da34e08b068d544587e 0.00 MB 3 0
58,944 58,944 000000000903258c66219ef5d0f249fc22e703782de73627fd055fc20ec4a27b 0.00 MB 1 0
58,943 58,943 0000000007e4f6a089e9975c833fe7a97704ec0bf8982887f36e522f7ac42864 0.00 MB 2 0
58,942 58,942 000000000d0710b2205fdd311d9196fdbabfe191ca44fd3f04243d656e1aa5ee 0.00 MB 1 0
58,941 58,941 00000000048a676796159ea32f5c0827647da8494a39f933225df084fbf1520e 0.00 MB 1 0
58,940 58,940 0000000007e276b97c1e98a7609e02826c900e997b578090bd716f74ef3caac1 0.00 MB 1 0
58,939 58,939 00000000029ae352f1a52614e33e0dacbaced360b2f1a58e6e63b15b30e60a2e 0.00 MB 1 0
58,938 58,938 000000000e86fa9669e9afcc4f29076b2e496fab1aac091bee408cfacad76685 0.00 MB 1 0
58,937 58,937 000000000d1e0b2b424c8ebe3ab76535d157b2858dd6af5b27d3d8d3a17f067e 0.00 MB 2 0
58,936 58,936 000000000cf554364faf50d3582ee1070257acc8fd4ea1e824ec3a4ab1cdc7ba 0.00 MB 2 0
58,935 58,935 00000000019f6b4e0f5c38ab3374c73ec52498c6bf55f499244d57481224b0e2 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.59 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,089.80 GB sent, 111.25 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.