Loading Tool

Explorer IconExplorer

Memory Pool

73,925 transactions
28.48 vMB
0.08313161 BTC
Random Selection Loading Transactions
Max Size: 168.48/200 MB

Candidate Block

Mining Attempt 8ecb5ae6f12c98e6f5f7c6aa3f758ce7d6fbe9a5c3549c238dc207961e2a13b3
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root b6503b7979a1a9d226014fa3a64d1ddd8e70fa95f03aad5f3ee7a4484a9ae597
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,907
Size: 1.00 vMB
Total Fees: 0.02597749 BTC
Feerates: 196.43 > 2.60 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (662,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
252,516 252,516 000000000000001da7c0c1b1066027554162ab92ecfc6f859f51c6c856375b1e 270 0.11/1.00 vMB 141
252,515 252,515 0000000000000033f73bc1ffad3b5a062fcec96e7bf69c1a9e5bb0a0cabb60f3 353 0.14/1.00 vMB 150
252,514 252,514 000000000000001c65cc5ab1b0540b218ab8e1a883377164343fb8b25d79190f 431 0.16/1.00 vMB 142
252,513 252,513 0000000000000000d029b0520c8235ca0926547a96947604f0544da6fcab7320 273 0.15/1.00 vMB 82
252,512 252,512 000000000000004f184b3160ccc7de0616f0e27e094f5c17857385b56e9c3539 370 0.14/1.00 vMB 120
252,511 252,511 000000000000003ff1254e9cb7f9da39457ed7ff418450e8a2f8a92aa37f18dd 869 0.37/1.00 vMB 67
252,510 252,510 000000000000000493a68e8ac382bc0674fc6e4ce7bd874fb0c811547560fe06 579 0.25/1.00 vMB 161
252,509 252,509 0000000000000008bcb7da43b8c56276bda5f9db75cf97022275847ab98e5e33 564 0.25/1.00 vMB 146
252,508 252,508 000000000000004de47e08330f2a33f3f80b44e7034de0daa4ff57c64c62dd44 381 0.18/1.00 vMB 91
252,507 252,507 000000000000001b7a08b016da1f200fce145b6a07bbba897081fccbcc9426c3 256 0.11/1.00 vMB 37
252,506 252,506 00000000000000373f2d2b13e9989d1736a310236af0f51408066ad061e2e9ad 371 0.17/1.00 vMB 83
252,505 252,505 000000000000003f8d7efd6edf74161066419c79519513949ad2388bd496b5ae 832 0.30/1.00 vMB 121
252,504 252,504 00000000000000154be55dd311a1aa88bb9d9e2ee68e43368910e4e9e35f4307 94 0.03/1.00 vMB 106
252,503 252,503 000000000000001f9981158e4c2d6e261d2ece6b470845de9b67da9c331d42c3 58 0.03/1.00 vMB 29
252,502 252,502 0000000000000034f74160158fd20d61202b1a332d3f35d9c5d640794a7f3cbf 599 0.26/1.00 vMB 94
252,501 252,501 000000000000004ab47b23a778089c5ee8cd9fd519fd4c61d7d70af4a12cbfff 355 0.15/1.00 vMB 98
252,500 252,500 000000000000005210597e8065e4aba9afe08af63df2864496d3bb51d69d0438 164 0.11/1.00 vMB 65
252,499 252,499 000000000000003cb038a5fe5bf58a5aa18fdbf525bb04f1cc717501d643d68c 47 0.02/1.00 vMB 87
252,498 252,498 00000000000000135b9ad7e9656f84cbc87817acc2f22b3dee1ed762ed98756a 30 0.01/1.00 vMB 93
252,497 252,497 000000000000003a455a39720385cdfeb1135e850a4ac6cdf71206d67bb3e716 435 0.20/1.00 vMB 99
252,496 252,496 00000000000000056bbed1f85188d5e9445aa5fe08d65aecb5f5e51cc1c34c78 474 0.22/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 667.49 GB
    • Received: 15.26 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.