Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,221 transactions (0.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,476 000000000000000000022cb30000000000000000000000000000000000000000 0.45 vMB 1,211 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,475 (856,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,161 53,161 00000000041e7b0f29d25a04474bb90fc73d1c54749f3ad53643ce9df1bdf74b 0.00 MB 1 0
53,160 53,160 000000000e6dc852731e36aa5a8e9150352c7256773537aba1994355bef1a4ac 0.00 MB 3 0
53,159 53,159 000000000f7c9dff361745a7fd61ef99c18c2c44016316758af72f507f963d23 0.00 MB 1 0
53,158 53,158 0000000003499ba038e3d022037ad987d618890727264aeb6e72177036666104 0.00 MB 1 0
53,157 53,157 000000000867669f1c6c262dd0eb49b104dbf058b4aa4c146e629d451ae579b5 0.00 MB 2 0
53,156 53,156 000000000569fec446bf2c213a05d34c6dbc1088f7c3734e281733de7957f6da 0.00 MB 1 0
53,155 53,155 0000000008d77a76102e39d63067467907a2f50f5fe115e4f10a68643b0dd383 0.00 MB 1 0
53,154 53,154 0000000013c4545c36881680b80b5f46dd3f7fce6b184ac8ed7fedb919615dbc 0.00 MB 1 0
53,153 53,153 0000000011d348c576e21797a742a4767d6e03a14925337b9bed00a68f68a1bb 0.00 MB 1 0
53,152 53,152 000000001604cd6d6e4adea5aec4a240694650e3f9934f1c909f502c5e440da4 0.00 MB 1 0
53,151 53,151 000000001404aaa1262a192047f3e56b7b6a73a78beb5380c7d5f30ec9e28e91 0.00 MB 2 0
53,150 53,150 000000000f1b52f31f13f15ced9881ef4351aeb77d360728c0cbcb9e0294d3a2 0.00 MB 1 0
53,149 53,149 0000000010efce25dcb04665c42b1dbdf03c21aa583294d438e5ebf426dc0dc7 0.00 MB 1 0
53,148 53,148 000000000917f511466f7b84aef92f40a7d877e2344ff7265b162272b1979506 0.00 MB 1 0
53,147 53,147 0000000001ff73d006cf2778f021e410f8d8f3749b382539dec5c75709029d0e 0.00 MB 1 0
53,146 53,146 0000000012b983e93e28b46e23167c5c97edfa15613b50d386b5ee011c17b55b 0.00 MB 1 0
53,145 53,145 000000000ab73c237d28b3438dedf6d6fdeafb3977f0acc55e1fa82acf316b30 0.00 MB 1 0
53,144 53,144 0000000014b58da89accd92644cab289ef0bba69239763dbf53ae22a3e1a6bab 0.00 MB 1 0
53,143 53,143 000000000077db290178e1c2b4aa744e1cdf9d306876a6a2bfadfe4374dd3a35 0.00 MB 1 0
53,142 53,142 00000000055caedbbafe036185e4ab8b3778cbfbea20d5d83899778d0cadb11f 0.00 MB 1 0
53,141 53,141 00000000076a6a5949d68fec77886f16a8617fa0f1cb40c771f1dc6075a2fff8 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.43 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,080.37 GB sent, 110.37 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.