Loading Tool

Explorer IconExplorer

Memory Pool

46,872 transactions
27.48 vMB
0.10346383 BTC
Random Selection Loading Transactions
Max Size: 146.40/200 MB

Candidate Block

Mining Attempt 6b3156597016d0118c8e10108f4203a1a7324f8982066daa0650dfa60a0d0e1b
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root ae1d85ae5556c8eb1cbf038dadb0b34e892530b9c3a6a8ab6cf617346a7013c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,091
Size: 1.00 vMB
Total Fees: 0.05206635 BTC
Feerates: 101.66 > 5.22 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (303,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,896 610,896 0000000000000000000b2c48095cd02a502f5c23a92e15a5b1fa5bb9917ecd95 1,070 0.33/1.00 vMB 9
610,895 610,895 0000000000000000000ea43cf75adbcfcf1b05b66b7af030b2780ea7e1e3c49e 20 0.01/1.00 vMB 8
610,894 610,894 00000000000000000013e2508bed5589f1b46432a2d51944aaa7e786a625d326 252 0.06/1.00 vMB 19
610,893 610,893 000000000000000000076af858877b56391f44bf29b47ce9e7505e9c64f68c5c 541 0.16/1.00 vMB 21
610,892 610,892 0000000000000000000435ad7313b23bbadca4e1df28d04a4239173cea5579ff 231 0.07/1.00 vMB 10
610,891 610,891 0000000000000000000fb925f21e94ea9769f155f31fdaeaed9c182ef87a5293 2,053 0.60/1.00 vMB 14
610,890 610,890 00000000000000000004d34f315a7a46ac41956b56e70121ac2feaa9f5c78394 2,828 0.99/1.00 vMB 15
610,889 610,889 0000000000000000000bac604e4f8122c0bd238c82d06a73740d223aead78c09 1,471 0.56/1.00 vMB 9
610,888 610,888 0000000000000000000a96a7d70995bc4ce5a9d4a067ba7df8437443a8367a5f 3,481 1.00/1.00 vMB 13
610,887 610,887 0000000000000000000d2b4fdaad8da48010dbef6f2802acc8529acabc6eb6ca 2,654 1.00/1.00 vMB 15
610,886 610,886 00000000000000000001895e458bb96cb24c4b8c89c6eece51ab167a27275178 1,432 0.47/1.00 vMB 2
610,885 610,885 0000000000000000000c64c0a35546b3912fdc0dc609ee951d11704785ddc7cd 2,533 1.00/1.00 vMB 11
610,884 610,884 0000000000000000000a4c4668c985bcaa47518517a5c411c900e534582b2eec 2,901 1.00/1.00 vMB 17
610,883 610,883 0000000000000000000b3a963c944e3fe376159e5f82b78d0fc3ade9814faef6 427 0.15/1.00 vMB 15
610,882 610,882 0000000000000000000d2ef62ff133892e5488be35d9f98eeec7965be08ac3fb 1,561 0.85/1.00 vMB 1
610,881 610,881 0000000000000000000604a4d65bcac0753f6644585ffbdf29acc1be4c840861 2,442 1.00/1.00 vMB 13
610,880 610,880 000000000000000000034a4082acad32a31432ff50747cdea58058fd10c82d22 3,094 1.00/1.00 vMB 14
610,879 610,879 00000000000000000011c32429588ba062d4e565053e2081d8a0bfaa8329fb3c 2,492 1.00/1.00 vMB 16
610,878 610,878 0000000000000000000e8e5458fa7fd2cbec2040d9c5d25d4b1d96501bc269c6 22 0.01/1.00 vMB 6
610,877 610,877 0000000000000000001222d4dfce84448c9321f54cb756fc7cc790405698ba9c 1,131 0.48/1.00 vMB 7
610,876 610,876 0000000000000000000ee7ae7e3d7091ef56e8d237040cc3b5a58f2ffee6dc07 2,490 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.98 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: 648.26 GB
    • Received: 13.02 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.