Loading Tool

Explorer IconExplorer

Memory Pool

26,192 transactions
6.42 vMB
0.04135273 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.14/200 MB

Candidate Block

Mining Attempt b35cf5aa4f7d248a9e795bbb7e91595ce25db74e8302c6ce5fe6cdc7607c8ada
Version 20000000
Previous Block 000000000000000000020b7de4a5de62d3506ffb84fbac40ba79a4fe8f611513
Merkle Root 531f97a66aef45ee1b52c662db9530b60fc6d520113a89cae5452503089c7a2b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,127
Size: 1.00 vMB
Total Fees: 0.02391843 BTC
Median Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,196 (707,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,137 206,137 00000000000002030b57efb3f549cbda92be38833f1efbe32fda121503dfae65 0.05 MB 123 200
206,136 206,136 000000000000000fec3efc353e8fcf50e8f55a8971cb6062692bac603401aa27 0.04 MB 108 273
206,135 206,135 00000000000005083f002b540a30771010a60f6da7da5ca8919306073c3bdcb0 0.07 MB 135 117
206,134 206,134 00000000000002452a3ef3e2ca97bcb64a45de1e8e8d3cb6787e8900e8867506 0.00 MB 14 50
206,133 206,133 00000000000003d7b1ca3e7bdaff05fa37d7a9149e70fbb32c2345e0fc3b45a4 0.03 MB 64 47
206,132 206,132 000000000000022ef65ba7a9efee7224590db727309c15ccecfd1acbb38f2384 0.14 MB 339 284
206,131 206,131 00000000000002ca6d804bfa2487fe36f7848a639daeb299e257d625a3600769 0.04 MB 101 153
206,130 206,130 00000000000003407b14762e1e87aa81eef753b37b3bb83717a310a7a01b6138 0.06 MB 110 116
206,129 206,129 00000000000004f7a0ffbcb7673f0b14cc2e6e29a07e32cebf545a2be999c749 0.17 MB 263 165
206,128 206,128 000000000000032f052a4c9e40c725c276136fe8523c18d6d50ea16eb7429752 0.05 MB 158 39
206,127 206,127 00000000000004f968d9f65a11f080d16a19a2beafba5b0291f4f6df89e08495 0.19 MB 398 250
206,126 206,126 000000000000019ef7ccd1b0f85b7f5bf2f60ec8ee50ef3156268534006cdbe6 0.01 MB 32 403
206,125 206,125 0000000000000222ae9c1d90be5cc3872d43cfcfe90c5c71067edc8debabaa18 0.31 MB 793 244
206,124 206,124 000000000000041b09ed94a2a211bd3c01249bbc3d6797851f123a78d4eb0b1b 0.11 MB 213 166
206,123 206,123 00000000000001fc022df5a1e6142e11fee8ec5c180da21976c51a03e7da3113 0.05 MB 133 238
206,122 206,122 000000000000046781c31915f1b939eeca90026bc4dd33d481aa82d72b651af9 0.05 MB 70 249
206,121 206,121 00000000000003fc3871f9545d8730849c2df9c07cc93cbb24807b8582eaef76 0.02 MB 59 64
206,120 206,120 00000000000002db188274c80ae6a97f67a7d5f355815cca6d30a48e0bb01153 0.12 MB 261 186
206,119 206,119 000000000000005e7bab97dd360a67a16f1a8a90a059b86a5450fd5f0e1d7924 0.02 MB 40 286
206,118 206,118 00000000000003d26bdc0d121dcc3cc62cc8bb95d6b8a258f37a7d3e99592111 0.07 MB 191 227
206,117 206,117 00000000000003965f70afc47691b3e8f8a99021c1a918b6c86e3035a532669a 0.05 MB 132 172
Previous 10 blocks ↓
Total Size: 779.20 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 63
    • Outgoing: 10
  • Data Transfer:
    • Sent: 13.89 GB
    • Received: 0.29 GB
  • Uptime:

Notes

  • 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.