Loading Tool

Explorer IconExplorer

Memory Pool

47,089 transactions
29.53 vMB
0.15268648 BTC
Random Selection Loading Transactions
Max Size: 156.39/200 MB

Candidate Block

Mining Attempt 8b46ad0d46850690e91153bc0bfc5c81b5e22f24199f9dae3a8706c8281132c1
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 5702e4babf7104ec1fd26a7629d773951f99b3a0f537c9ec882ed6ca9210cfda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,716
Size: 1.00 vMB
Total Fees: 0.08571993 BTC
Feerates: 15,654.48 > 8.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (454,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,238 460,238 0000000000000000015d39a07c42475c0a81c6b281543972b47776adc8478cb2 1 0.00/1.00 vMB 0
460,237 460,237 000000000000000001e1fe7daa5f134695118c5d78813572077164b67cd452af 1,699 1.00/1.00 vMB 186
460,236 460,236 0000000000000000021e8e16c85e9699d24e5702229d0a35a141df1d95372efa 2,109 1.00/1.00 vMB 197
460,235 460,235 000000000000000001459f2538538da2f530729cab34409df3572209161770f5 2,472 1.00/1.00 vMB 214
460,234 460,234 00000000000000000098b1508b8c9a6a45180c6197a5b1190eaeaeb58246ef55 2,134 1.00/1.00 vMB 210
460,233 460,233 000000000000000000350a00f86c4fec526e9674e9f1fb0dc217c2dfc03d5ba7 2,424 1.00/1.00 vMB 179
460,232 460,232 0000000000000000018db7d0f47405101a3091d934fb805b2f5b131dcc12d048 2,539 1.00/1.00 vMB 128
460,231 460,231 000000000000000001a9a28e71c2dde3c3b8169f2d6484716e4b5c18362a9db4 2,280 1.00/1.00 vMB 131
460,230 460,230 000000000000000000fec820ea90698306f3b261ffd6ed734284dab0c76dff92 2,305 1.00/1.00 vMB 141
460,229 460,229 000000000000000001ee2bec96474016b6264514618949725f66025869b79be6 2,058 0.99/1.00 vMB 181
460,228 460,228 00000000000000000113755fb4bd88d2e22ee5baa0aa66fe64f83f48daa70a4c 2,651 1.00/1.00 vMB 205
460,227 460,227 0000000000000000022cc16a4d2361f87f6a406004126cde27e13c9fc05074ba 2,039 1.00/1.00 vMB 187
460,226 460,226 00000000000000000069c300dc1c4197f1233aad29c83f2436e77449f50a77fc 2,514 1.00/1.00 vMB 208
460,225 460,225 000000000000000001aa49bdb1c840cb451f5a2f69a9f3feeb244158a4e82964 1,530 0.77/1.00 vMB 87
460,224 460,224 00000000000000000175896f4dca66664f749f6cb136f10dc2ceec5a0c6f9e9b 2,337 1.00/1.00 vMB 155
460,223 460,223 000000000000000002164aff9817db9453f7a90b6beab9fcdc13e0f82dc63e1a 1,490 1.00/1.00 vMB 97
460,222 460,222 000000000000000001f2045865eaf7f74066bbb88febf923fbc96e9b5f5838d3 1,863 1.00/1.00 vMB 128
460,221 460,221 000000000000000001f10afa0edda920fc0474e70416c6f18a027f0dbed64a16 1,514 1.00/1.00 vMB 95
460,220 460,220 000000000000000001c9eb1333918852eb2077f682ae36327e74d613eefe6846 92 0.06/1.00 vMB 182
460,219 460,219 000000000000000001939e72001981116211464d9815eaa11fcbe9a2585da433 1,060 0.84/1.00 vMB 58
460,218 460,218 00000000000000000225604fdd5062148cf889db7daafe379beb9b7561cb8378 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.04 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: 650.76 GB
    • Received: 13.32 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.