Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,085 transactions (1.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,352 (817,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,157 92,157 0000000000086d7c9ae0781e902b452f1fe0930efa28eccd5d82076cfc10c686 0.02 MB 69 0
92,156 92,156 000000000008a01d84853a54664ecfd780a57c01e382122fb6bb69e43dd638a6 0.03 MB 135 0
92,155 92,155 000000000007ca4a3e7bb35f3ef4187512a948c12d891dfc40837092133467c6 0.03 MB 113 0
92,154 92,154 0000000000087ed9cfdfec1db10885ec55ffc4aae0c98491c0a302b79ce8ab19 0.00 MB 2 0
92,153 92,153 00000000000db55500297b8304e8d2785a107e4024c7e9b821e59f307500e5d2 0.00 MB 11 0
92,152 92,152 0000000000064999158484ab767370006e6405b56924db68fbe41df602d7a0bb 0.00 MB 3 0
92,151 92,151 0000000000082816d76609db8415bf289c6ff4437c9c1f47e5aa4178df40dc28 0.08 MB 352 0
92,150 92,150 000000000003654f065b3553a5b917a36a361fc0b48d255ab0090633a4b8ae50 0.05 MB 219 0
92,149 92,149 0000000000066e3f4fb3c622e4cdd0db35c6ee58fa2e93580e7af322e04ceaff 0.05 MB 219 0
92,148 92,148 00000000000b1f3986e90e7421f6848cd4486f77d43396d2cb764f8d48c7b902 0.05 MB 218 0
92,147 92,147 0000000000032c140c86b8dc61fc22d2834f7a3ad3937a3a677b0772a9287a43 0.05 MB 219 0
92,146 92,146 00000000000cbdb234720d65bc2da4e4e2ec71e7ef58504764cfafd7c9072b26 0.00 MB 3 0
92,145 92,145 00000000000409d8f2e2e062ed4846a47dd0cc37cd29ccf50c80ae8e2cfc2942 0.05 MB 208 0
92,144 92,144 00000000000af2fe8f68c507bde8399fd777f1778d2b08be4a78ca9edefce229 0.03 MB 152 0
92,143 92,143 000000000003ad1e0186eca4049f5fc7c8ff2e409e268da5bfdd995d388c3426 0.00 MB 3 0
92,142 92,142 00000000000868fe4531f143fa2552931475a2f1d3731bcb0a05f0b84a446748 0.00 MB 5 0
92,141 92,141 00000000000a8a8b35a889c66b3af269377f520ed6d3b3ab478eb02f7b9a94ce 0.00 MB 2 0
92,140 92,140 000000000007176668646146fe70928104833c1a4885a6f1d77d5e3e60b9494a 0.00 MB 1 0
92,139 92,139 00000000000874b5360beb52a7e5d6c46d06c699333344047d6d04aa770f0193 0.00 MB 1 0
92,138 92,138 00000000000de31ef440b555c7cd7edbbdd190628e35bec7b24efcbe43e12027 0.00 MB 1 0
92,137 92,137 000000000008785502ae1e4d268738f9cc36034b3c5f24955805b94be32c589f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.19 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,068.16 GB sent, 109.13 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.