Loading Tool

Explorer IconExplorer

Memory Pool

39,071 transactions
28.86 vMB
0.07310747 BTC
Random Selection Loading Transactions
Max Size: 146.03/200 MB

Candidate Block

Mining Attempt f91ad35106b8a82f5d840965aa95ee3a7c0cedd8a5f8342eba3fd170c8016ca1
Version 20000000
Previous Block 00000000000000000000a6d144bf09442c4791163349c498643bd27a23fdd463
Merkle Root 0ee82452466e9fd1f9e566b824672507e44f92d88d0bf48b5c83541ae8041619
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.01710743 BTC
Feerates: 100.36 > 1.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,576 (821,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,114 93,114 0000000000077e5410bdc9f9ea15c7f462fd6adb86bde5e54cb8f5f63bb9aae9 14 0.00/1.00 vMB 0
93,113 93,113 0000000000000edc514c116d723f56f09cf10e8276951f2d17b15e74c4046c03 219 0.05/1.00 vMB 0
93,112 93,112 000000000001c7ae88c1fd8bb5faa494f4580cfc6ece0a5039b77d061c04cbe8 14 0.00/1.00 vMB 354
93,111 93,111 000000000001dcde2a3879a1584c7261da2dd8f6e769d1caa0e6c11c5ead70aa 15 0.00/1.00 vMB 315
93,110 93,110 000000000002332c671774af7fa9b6aeb504636dcd3c85588070d07e20e7d721 3 0.00/1.00 vMB 752
93,109 93,109 00000000000238c5a09eb67c9f3eda01c4675d07c6282b35ad3ffab7427c2056 13 0.00/1.00 vMB 716
93,108 93,108 000000000004f41821984f6b0a4b177ae48b5be864eaf5800cec3087f8238bbb 219 0.05/1.00 vMB 102
93,107 93,107 000000000002bd6090782457b3f614510407eb0426d48591b43416cfa3326ed9 850 0.19/1.00 vMB 0
93,106 93,106 000000000002e82322a4f2c122da70e94ae8066d6506307804699f02f1a4db93 19 0.00/1.00 vMB 245
93,105 93,105 000000000003fd8398515ca92c0ced4b4222ee077ee6cc52660adb4ce4429a36 14 0.00/1.00 vMB 0
93,104 93,104 000000000003df9c1973d99ce4f3b820d7cc6152084d8ae78ef831bbd6621493 1 0.00/1.00 vMB 0
93,103 93,103 0000000000034601fe5135c94df3bd151dc02a6c9f418e590e2981eb0970e264 219 0.05/1.00 vMB 20
93,102 93,102 000000000002e0ee09603fb5a41ab9913d5b92a84b22f4350b59eeab1568c809 2 0.00/1.00 vMB 0
93,101 93,101 0000000000061b826c837e444a7bd95c62ad2322b2adc1367293a17d2c98dd9e 214 0.05/1.00 vMB 0
93,100 93,100 000000000004ae1806ab6049aea8e18cfe73c4fb8cd171c7fdb6032246e3a96b 219 0.05/1.00 vMB 0
93,099 93,099 0000000000009c2165c38675e6567dfef9b6da6bb46070c3e107c6156795523f 14 0.00/1.00 vMB 670
93,098 93,098 0000000000011502bca0a355da1586e6b932caa3458db3dba9db86ca2bfc3f63 219 0.05/1.00 vMB 0
93,097 93,097 000000000002dda7a9fde7fba9cf4c77ff85cdb5acb3be05109c4b033ef884f1 14 0.00/1.00 vMB 339
93,096 93,096 000000000004936a787435e72278c3147ad6bf16ac6b0450dfd11f2194ba1c23 13 0.00/1.00 vMB 1,008
93,095 93,095 000000000000bf476fa203ecd7fb8d81b17168e6b3966572a8f03d4ed8112e22 219 0.05/1.00 vMB 40
93,094 93,094 00000000000011582845d7f62b7f20f2b7578e06a831af88953c7887cea8a7d2 14 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.64 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: 626.40 GB
    • Received: 11.63 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.