Loading Tool

Explorer IconExplorer

Memory Pool

36,787 transactions
26.40 vMB
0.08044876 BTC
Random Selection Loading Transactions
Max Size: 134.56/200 MB

Candidate Block

Mining Attempt af868b3fe9664d7df118c84f7608ad59fc246bafdec72ed42aa0c92dad585e76
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root ec7c3a0972c06c3c23d8d4271cb5230091f14d39dbf4f7a2b49378b006734f94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,308
Size: 1.00 vMB
Total Fees: 0.02959255 BTC
Feerates: 250.88 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (300,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,022 614,022 000000000000000000106022a3c41caadd016940c045c0e2a239d52cbeb112ca 349 0.39/1.00 vMB 7
614,021 614,021 0000000000000000000459a8b5fded92af3f54cd712d89274ac5ebb8637d76db 2,856 1.00/1.00 vMB 6
614,020 614,020 00000000000000000003126e5dcd3b680bff3123c6e0d6a0deb6812320047dca 2,914 1.00/1.00 vMB 14
614,019 614,019 0000000000000000000b6d4f1458e3a7eeabce4e80a824314b32a47592c6a64a 3,062 1.00/1.00 vMB 23
614,018 614,018 0000000000000000001229acf797a7e3e6f546e18041041a3d2402239825cd07 2,700 1.00/1.00 vMB 27
614,017 614,017 00000000000000000002b0cef36c138b8750f4d200a321915666b62383c2d127 2,398 1.00/1.00 vMB 8
614,016 614,016 00000000000000000001e7429e927d8a4d1d7486eb4989320c54ca64653dbf03 2,903 1.00/1.00 vMB 23
614,015 614,015 0000000000000000000f467ee961a6ce677eb5664f6274e5d3d8e8affbc4b4af 2,073 0.70/1.00 vMB 16
614,014 614,014 0000000000000000000c325a4c22e0e68fae27797c56c5baed6bd394f0356971 983 0.31/1.00 vMB 15
614,013 614,013 000000000000000000106bcea63e97f72e850a2ceaa44c6d82675cff9fd8ed6a 2,223 0.72/1.00 vMB 16
614,012 614,012 00000000000000000003891c06a0eb39dc177554009f82f6312e9117bf386032 1,482 0.48/1.00 vMB 4
614,011 614,011 0000000000000000000ad09d5da8dc68bf3e408f8bea5b4a7b1df951c27ae4d6 2,530 1.00/1.00 vMB 21
614,010 614,010 00000000000000000001e60584a59e9642c19c9989afec967e7b057386b697d7 2,542 0.88/1.00 vMB 17
614,009 614,009 00000000000000000005c2a54dd11a607a7b53df516e1441359e2a8cf7cc5ac0 1,078 0.31/1.00 vMB 4
614,008 614,008 00000000000000000005fee44658a99d88144c6e931feb4e2603ec1b608b6303 3,116 1.00/1.00 vMB 18
614,007 614,007 0000000000000000000d7284503b094dd400d2ca27c41b6d2e19480245fa63a6 2,642 1.00/1.00 vMB 4
614,006 614,006 00000000000000000004d3fe7f2125af4b9519171637949a8b04ca7aba2130a1 2,409 1.00/1.00 vMB 20
614,005 614,005 000000000000000000057f06ce24ef12fa1354cd464295fb0d60472b49481d32 1,473 1.00/1.00 vMB 13
614,004 614,004 00000000000000000001cd4d9fc327aa2aa32afd73778eabda069c7ead3e4e7f 1,447 1.00/1.00 vMB 14
614,003 614,003 0000000000000000000b4d8bb3895469ab39916f266931d2771959db411be2c1 1,439 1.00/1.00 vMB 18
614,002 614,002 0000000000000000000aa5ebcef9771c2dbadd2913499ffc02e641c689022bb8 964 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 781.84 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: 637.90 GB
    • Received: 12.45 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.