Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,409 transactions (0.82 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,684 000000000000000000022b910000000000000000000000000000000000000000 0.81 vMB 2,404 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,683 (201,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
710,241 710,241 000000000000000000040fca05f7d856696f765478421d6d1462f178ac2e38d4 1.60 MB 2,423 2
710,240 710,240 0000000000000000000c0fac8ded14c00476300eebdee96066dd281fa8175622 1.17 MB 1,440 5
710,239 710,239 000000000000000000025d85b9eef4be3b9d6313bd96e491959be73e3694646d 1.40 MB 2,115 10
710,238 710,238 000000000000000000092c724f896d9cd3abf8016453fe9871883af9f9ba41a7 1.47 MB 2,650 7
710,237 710,237 0000000000000000000192756a5592675779ca15093c764d59839efd856a86ef 1.45 MB 2,569 15
710,236 710,236 000000000000000000056301f2e1617bc0c271e288358ad01ba612c71ace908a 1.45 MB 2,511 8
710,235 710,235 00000000000000000006904811fbf6e4a35eba3369d9770dd0bd9b58387f586f 1.69 MB 2,025 10
710,234 710,234 000000000000000000000a7c15f26e40ab005717330a68072bac78f60374c2fe 1.42 MB 2,125 24
710,233 710,233 00000000000000000002af584487f2cf2294cc6fff224e89d1daf09efb426c43 1.39 MB 2,545 3
710,232 710,232 00000000000000000000af3dd36afe05d8583770e7634e467ab156dd0aa2c07f 1.33 MB 2,065 20
710,231 710,231 00000000000000000001caf086d3a47717a033be14bbfb1a4526e3ceeaff8966 0.69 MB 1,202 11
710,230 710,230 000000000000000000068a2a8a5e3254179533e3087c120a681eab2207ca43c3 0.82 MB 1,161 9
710,229 710,229 0000000000000000000775e20ed8dbf74e2e865aedc7f5beb8337d692251350a 0.77 MB 1,282 5
710,228 710,228 0000000000000000000050d4cd57d535375803fb4d159b3d9d30e29a1040bb89 1.38 MB 2,211 13
710,227 710,227 00000000000000000003a8a8c251dd40033669c78b02cc92ff8edb7ee8332d33 0.95 MB 1,157 6
710,226 710,226 000000000000000000007ba128674c9511b5f329ed3fd2d39df3c6fd42dd81ce 0.46 MB 546 15
710,225 710,225 00000000000000000002b36f26d1e2d97aa8d199bbf7527bf9ffd30fab7da246 0.66 MB 961 7
710,224 710,224 0000000000000000000b944132946941c6f1b11845bec83b88d976106c93ce79 1.48 MB 2,260 15
710,223 710,223 0000000000000000000b27a6d4621502716e7d03b553203f9eab4c31b65d7c07 0.69 MB 1,075 10
710,222 710,222 000000000000000000032a96f76ce6696551da3c3e6c01dd02150c780e69f0c7 0.07 MB 87 9
710,221 710,221 000000000000000000023a481133b819aba6fd4bc6a49bd94ab3eabf3d5bf1f8 0.67 MB 1,025 12
Previous 10 blocks ↓
Total Size: 776.50 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,425.34 GB sent, 131.15 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.