Loading Tool

Explorer IconExplorer

Memory Pool

74,289 transactions
28.80 vMB
0.08235283 BTC
Random Selection Loading Transactions
Max Size: 170.16/200 MB

Candidate Block

Mining Attempt 147e66197292ab03eb82546f6714c19af6e2cbf7fb89f4573254a3a98982d4ae
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 777037bdce8fa956b4f9509112858025080c2c7c85bec3dc2733562c28be0ba2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,327
Size: 1.00 vMB
Total Fees: 0.02340392 BTC
Feerates: 150.36 > 2.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (96,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,112 818,112 0000000000000000000040da11e4a2b4613ca7acf5652c0b67b97dc2f790f7e8 3,691 1.00/1.00 vMB 102
818,111 818,111 00000000000000000000259b08dfdd258daaf24978f7539827b42fc22243d57f 3,770 1.00/1.00 vMB 94
818,110 818,110 000000000000000000023c5262b007320f846745bbccb51b1d0728ac8bdca979 2,673 1.00/1.00 vMB 100
818,109 818,109 0000000000000000000248be95f69662bf20d9a9d0d332577fc708ab326ddb35 3,515 1.00/1.00 vMB 120
818,108 818,108 00000000000000000001f4cf3666c839d8e074e7215da6aefd7431dadba1d993 2,557 1.00/1.00 vMB 110
818,107 818,107 000000000000000000020ae00ace4f0c36f9d6bcbd6ede523550c34f9b80874b 5,595 1.00/1.00 vMB 80
818,106 818,106 00000000000000000003d46fd1a7fb821c49e6a6a61a59e31649cd3a96cd069a 4,941 1.00/1.00 vMB 83
818,105 818,105 00000000000000000002bfaf909c0d912d6dd15b8441d2f558ff716098797ede 4,039 1.00/1.00 vMB 81
818,104 818,104 0000000000000000000445d76c07f2627083b60cbeb4fac18dbb4171814bdb5a 5,139 1.00/1.00 vMB 83
818,103 818,103 00000000000000000000680800117f277aa00563a3ad81fe8064b019fc6789aa 4,793 1.00/1.00 vMB 94
818,102 818,102 00000000000000000001815e260e06e79768388a3fde2e2475ee2e3149a936a3 4,821 1.00/1.00 vMB 99
818,101 818,101 000000000000000000042930161b84d2f271d4924d50a1aeeecb0922ae593b48 5,039 1.00/1.00 vMB 80
818,100 818,100 00000000000000000001b04f7887532b99a3d4562d96d7eafb6f20ca8a1037f6 4,287 1.00/1.00 vMB 96
818,099 818,099 0000000000000000000091eb402a8abf3dafc26d1a355c3d3e0428dab9b49a8c 4,242 1.00/1.00 vMB 83
818,098 818,098 000000000000000000043af76e59af4a74be9046b1b3c1974e2156787b3794e0 4,921 1.00/1.00 vMB 96
818,097 818,097 00000000000000000001a4372e3b877d7695d366a0f8e41f051493f3403e9d39 4,388 1.00/1.00 vMB 97
818,096 818,096 000000000000000000033736c918cdb111cec816b59372759d57116603c5f574 4,201 1.00/1.00 vMB 90
818,095 818,095 0000000000000000000100b5ae39ef27d82e64c35bde9aecdd86cdc3ea22a4f7 5,981 1.00/1.00 vMB 92
818,094 818,094 00000000000000000000c175f2ccfb35a3d661c07f92374fa463ee0c93031cc7 4,992 1.00/1.00 vMB 91
818,093 818,093 00000000000000000003e30760487782c7af3269ce99afe31fb61a56bc487c42 4,027 1.00/1.00 vMB 95
818,092 818,092 00000000000000000000ae4616ceba25a171ffa6938200a5834f0fcdcce2da5a 3,749 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.48 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: 668.19 GB
    • Received: 15.42 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.