Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,926 transactions (1.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,370 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,683 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,369 (844,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,622 64,622 000000000229c19013a691e675f9ab814682270b2f32590c413ce6a099b4b1ef 0.00 MB 1 0
64,621 64,621 000000000760f1ad9cc12b0bf385c27ff6461830b1306298569e519a2a309c6c 0.00 MB 1 0
64,620 64,620 000000000794249fa111cfa19cf14f8fc6dc4a6d051d6a2ce3650c611c5a745c 0.00 MB 1 0
64,619 64,619 00000000020a01294e94b01d8b23cda6d941063fbd033d26c8b61085023616b3 0.00 MB 2 0
64,618 64,618 00000000024826334bfaa28342c8fb6d6a80b232b7d3e40a46c8a940d4eda062 0.00 MB 1 0
64,617 64,617 0000000005c9b376299dc2959ead592b980f39ab40110cbb384edd74eba2e51a 0.00 MB 1 0
64,616 64,616 00000000041861a0e86f0d2dd587dd9ec38b8cdcbfff17dcd4efd848fbe97d66 0.00 MB 1 0
64,615 64,615 0000000008700a0cd5a739a353970612a08f70f089369f660821df31f0d0effc 0.00 MB 2 0
64,614 64,614 0000000002a117f30df4c83653d252dbc4ffa589f7ecdeb6aa5d7696cd8c6a83 0.00 MB 1 0
64,613 64,613 0000000008151cd0eba1b31c3f0617036ff6b7e6395449227df759d682159328 0.00 MB 1 0
64,612 64,612 000000000096c9b569c3418f01424af5bc1909ec855507983312686bd61e6f8b 0.00 MB 1 0
64,611 64,611 0000000002f1c65a62082131e02b0c7523426b964225c50b33cb651a977cb8b8 0.00 MB 2 0
64,610 64,610 0000000004544ad58926a9553bc4a7e8dd809a8bfef3c5aa9a3da84509ff1fa7 0.00 MB 1 0
64,609 64,609 0000000000834e212c0d7b75027cef29dcb34468907ae0b96d945f23c682093c 0.00 MB 3 0
64,608 64,608 0000000004a82345fef6d43660ef5a560cb55a0af953981a4d1952b9f94da4ca 0.00 MB 2 0
64,607 64,607 0000000003a6da02cebb00be137fda236e357a44530efbebecc3689af12a0b79 0.00 MB 1 0
64,606 64,606 00000000039c255f02cc46c804642803a8e0d1bea839f7892c10354c8ebb588f 0.00 MB 1 0
64,605 64,605 00000000039fe67d122a4a1263c749256cbe6d7cabc8b2ba3f835dc78b349ba7 0.00 MB 1 0
64,604 64,604 00000000029f2c32edbb210f238ff59551fbf4d39e12bb8f2a7c218f71f20c6c 0.00 MB 1 0
64,603 64,603 00000000001dabb9d044ef70464f912e141c0d8a512fedb205b77ee4fe6a3421 0.00 MB 1 0
64,602 64,602 0000000002dac6f3203427546274612bf03845f5527a96e8087a75ca369a8c4d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.22 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.70 GB sent, 109.27 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.