Loading Tool

Explorer IconExplorer

Memory Pool

86,362 transactions
33.21 vMB
0.14371589 BTC
Random Selection Loading Transactions
Max Size: 197.53/200 MB

Candidate Block

Mining Attempt 8af15ad71d60cf81348e01409226571d089c25962e88c5714cbb7eb20d5df5d2
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 086ea0760c428a02678ee959b07e91eb9c530b6d0a03a48e6fdd5d7256df05a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,779
Size: 1.00 vMB
Total Fees: 0.06601758 BTC
Feerates: 387.56 > 6.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (324,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,143 590,143 00000000000000000005fef282ff45d0d525da4d986eada8f63b8990c757f7ed 3,032 1.00/1.00 vMB 15
590,142 590,142 0000000000000000000ea5374d5d47e588332eaeab56c9da0b16056c2be1b13f 3,327 1.00/1.00 vMB 42
590,141 590,141 0000000000000000001aad4a2d3d8eea4f581c6a459f3e6f065f40923fccb8c8 2,338 1.00/1.00 vMB 30
590,140 590,140 00000000000000000011828d30033244794db6bbca6264d595e48b390852234d 2,561 1.00/1.00 vMB 35
590,139 590,139 000000000000000000082738e7902c1b53376d6c55fdba9289b2e9592c44541a 2,579 1.00/1.00 vMB 66
590,138 590,138 00000000000000000013f4c709d5b9986bc546cc8bb96e5364fdb8ee654001a5 2,394 1.00/1.00 vMB 18
590,137 590,137 000000000000000000089aafb117593296b9888ef8e66b9605f3e3e8e309b848 2,689 1.00/1.00 vMB 65
590,136 590,136 000000000000000000065b9caddc3b1776ae93882720d2fdf4b809084474a102 188 0.05/1.00 vMB 16
590,135 590,135 00000000000000000014f2ec3ee9bf48d6a65f67750e06c3551876375e47264d 2,871 0.90/1.00 vMB 25
590,134 590,134 00000000000000000015d3db45cf534f86d060d21ff9b14b0c7812b2891c9024 2,555 0.96/1.00 vMB 9
590,133 590,133 00000000000000000017e5749b2495c43c9a61076ddbbf4d57bd4d659ea7326b 3,139 1.00/1.00 vMB 60
590,132 590,132 00000000000000000002be905ece6fff67e3ac33a08a69b4bc68b9c0fc48a73f 453 0.14/1.00 vMB 46
590,131 590,131 0000000000000000000216d9531938b2a7e80f1c2cc9c1763474ffe886efb336 2,302 0.92/1.00 vMB 39
590,130 590,130 0000000000000000000b142fa57a257b5333052a9ce9dc45556cfc46605d9bff 1,771 0.99/1.00 vMB 8
590,129 590,129 0000000000000000000adb8844937f97960f8af48e8ead697dfbf27e3cb24008 2,863 1.00/1.00 vMB 32
590,128 590,128 00000000000000000014e6fc6c5f624b6dfd213599a83723526ee1cabcb5f03a 2,483 1.00/1.00 vMB 11
590,127 590,127 00000000000000000014e07c7c73f4ebc5b3d552155097786404abfc0e6bc9dd 2,471 1.00/1.00 vMB 40
590,126 590,126 00000000000000000018934da48914682d57a65978e4ef35a67cf26e50850b06 3,145 1.00/1.00 vMB 72
590,125 590,125 00000000000000000006be460f88dfda3d0c9cc589839ddc20265d40f12145bf 2,376 1.00/1.00 vMB 34
590,124 590,124 00000000000000000016a3152f9a5295ecbd2a67b9cae2e49ff79292063a3497 1,813 1.00/1.00 vMB 25
590,123 590,123 0000000000000000001475547831a53914db414c293dffb74eef723abeff1b7d 2,861 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.31 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: 659.42 GB
    • Received: 14.60 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.