Loading Tool

Explorer IconExplorer

Memory Pool

86,408 transactions
31.62 vMB
0.14676035 BTC
Random Selection Loading Transactions
Max Size: 190.71/200 MB

Candidate Block

Mining Attempt b9c4e62247bb826cf5416dc87a5fc1b930b8e2d27c4ca8a2261ef68cc9a1b39e
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 7d9c4293fbb2373c55fa83ea0f6af3665ed49703447959d625e1efd635df2861
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,588
Size: 1.00 vMB
Total Fees: 0.06471220 BTC
Feerates: 214.31 > 6.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (427,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,266 487,266 000000000000000000fb3398faf1239d513f637cec607473ab8cb13fb7b96ffe 988 0.95/1.00 vMB 60
487,265 487,265 0000000000000000008e1313157e5c293709ee0b502df3ccc515c6f87e91619c 2,209 1.00/1.00 vMB 120
487,264 487,264 0000000000000000001c04a11fce3043b83f4bf92ab0fc4ebe133a3031ab2737 1,165 0.93/1.00 vMB 44
487,263 487,263 000000000000000000b8aa59dc5d7c8be9becc242deb1101213ede4aa6ef032f 2,798 1.00/1.00 vMB 20
487,262 487,262 000000000000000000191e6f8e33e088ca9cbbe9300e054679728e9e9206df72 2,117 0.99/1.00 vMB 23
487,261 487,261 00000000000000000042b72796e0a8f2fcd6fa5f2d8e0469bda4a0a6143b0688 1,601 1.00/1.00 vMB 60
487,260 487,260 000000000000000000b0253577021147f261c39d1ba6b271f66d63559a575c88 2,535 0.97/1.00 vMB 143
487,259 487,259 000000000000000000c651f05ceb0954c573a2f4c097d93e2ea68e8e38a888bc 1,953 1.00/1.00 vMB 116
487,258 487,258 00000000000000000085e6091cac2548f59347e603133f0d239f2424fcc430fc 2,633 1.00/1.00 vMB 187
487,257 487,257 0000000000000000002858bd2a1e6a5812f6fc1b56a348a965119dd6d11f1b06 2,465 0.94/1.00 vMB 133
487,256 487,256 000000000000000000f78355bba902fa979fd47542eb72ba5aa769628dfbe101 2,567 1.00/1.00 vMB 182
487,255 487,255 0000000000000000002f022fb7bacede7fb6079accd94090a25b680879aceb13 2,226 1.00/1.00 vMB 156
487,254 487,254 00000000000000000079ed286f70d6f27012a51f021aa46167775eba6e3eb133 2,258 1.00/1.00 vMB 182
487,253 487,253 0000000000000000003ff94f6c32d1bba60e42f9d5220351bd8508688eb624f9 1,570 0.97/1.00 vMB 144
487,252 487,252 000000000000000000eabbbc981b50473d2cbbc0e0831d78a058516dfca32555 2,064 1.00/1.00 vMB 175
487,251 487,251 00000000000000000008564e6dc69be8c42b45a5c56244058d7ea537c3c7207b 1,827 0.97/1.00 vMB 109
487,250 487,250 00000000000000000025a05104523f4bcddcee83e9c7deed57e90d21243114f1 1,784 1.00/1.00 vMB 83
487,249 487,249 0000000000000000004e6861634be63a9d9418fce737a7808b8fcdaf579a2046 2,510 0.98/1.00 vMB 168
487,248 487,248 0000000000000000009217a6f9844ccc73e22858f3edd607a6a60029e2b90ffa 33 0.01/1.00 vMB 483
487,247 487,247 000000000000000000447ce8a3914a853b0d01dc31ab9bb0de50ee9327e9c5af 740 0.91/1.00 vMB 29
487,246 487,246 0000000000000000003a793080ac553b7a2f288ca425823562150f27f5a51294 2,067 0.95/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.33 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: 660.71 GB
    • Received: 14.77 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.