Loading Tool

Explorer IconExplorer

Memory Pool

35,158 transactions
14.21 vMB
0.07448339 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 83.71/200 MB

Candidate Block

Mining Attempt fd3b9ea16add6110359507fe75b652e86e06d4f3c676bb4f59c2f741174b02dc
Version 20000000
Previous Block 00000000000000000000ee23c0eca920010bc37ffcf60e4c89a8a021159f53de
Merkle Root 87870ed35b45f61e53032c46c898cd9172c5f651cc23661d2ae4bb5e2ee7ab77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,255
Size: 0.99797975 1.00 vMB
Total Fees: 0.04532624 BTC
Feerates: 1,605.77 > 4.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,831 (663,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,355 250,355 000000000000002474173f55c8d37af1193391016357e2a3b11fcd563d92768a 238 0.11/1.00 vMB 114
250,354 250,354 000000000000002ce7484c0becad5621f5c48cee133bcc895489b6aa76853c86 389 0.18/1.00 vMB 162
250,353 250,353 000000000000004e6deee9a5bbeb17135985cc0dc22047c41b6424e38ee8a997 481 0.22/1.00 vMB 167
250,352 250,352 00000000000000062f9625814272a0b4ccc8783d02e3e63768f36ec702985508 213 0.08/1.00 vMB 143
250,351 250,351 0000000000000002815b92a8331285f1683954da9f9c96d1356a6ff7379a2488 14 0.01/1.00 vMB 451
250,350 250,350 000000000000005394852a73e8296a6d7ce11d044b6a13eb423636d627416635 32 0.02/1.00 vMB 94
250,349 250,349 00000000000000116713b6dc34e5bba732df154a32970110e7f3650c7a630544 102 0.05/1.00 vMB 112
250,348 250,348 0000000000000038c44faafc794e13e84252e06a20dfb68887292781513bcf79 341 0.16/1.00 vMB 120
250,347 250,347 000000000000001b24e3763f3d9a43394880f956e734a35c92a72c0a9e18aaea 320 0.13/1.00 vMB 137
250,346 250,346 000000000000001c508d93b5e95697c04d562539bed11e0ba2b9d3d513b63f60 250 0.10/1.00 vMB 139
250,345 250,345 000000000000001c00b16ce1473a504db169751d4fe0adcfa6a11b246a71b3e6 427 0.16/1.00 vMB 144
250,344 250,344 00000000000000316dfb43d7893c899db3464410dd116c4df518b6bdfab7b2d7 169 0.06/1.00 vMB 130
250,343 250,343 0000000000000024c1bc1f60a30a54089ac14bb8ba88077ea6fd2768acf64111 187 0.07/1.00 vMB 130
250,342 250,342 00000000000000528f8e9e3ddb3eb0851b1b0bb97def60c657ac779f4c5b1bf4 186 0.08/1.00 vMB 103
250,341 250,341 000000000000006783ff8b2869eb93dc0d0f27a85225cdcf35204416aadde473 283 0.11/1.00 vMB 134
250,340 250,340 000000000000004c2e4da5b12d6f5f0ec94edc64c00cf8b3dd68f9fa0fba7364 34 0.01/1.00 vMB 154
250,339 250,339 0000000000000049d67e5bba58a72dd05a69d4d545f21acbfd58f77691d32828 23 0.01/1.00 vMB 81
250,338 250,338 000000000000005bcf151a241b0bd27e7127e0b8d2265d773a73234d1d2bbc98 179 0.09/1.00 vMB 149
250,337 250,337 0000000000000067f7673ef718423e4915b238a68c249f2ee6e78fbb11549bd8 164 0.06/1.00 vMB 102
250,336 250,336 000000000000006975e2bb31d2a5c29e6619f979a6e317d9c9bc563741f5c96c 96 0.06/1.00 vMB 142
250,335 250,335 000000000000001ec532775c38bace1e8e4114047c74f663513b5a2fe30abb8f 111 0.04/1.00 vMB 158
Previous 10 blocks ↓
Total Size: 780.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 519.27 GB
    • Received: 4.67 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.