Loading Tool

Explorer IconExplorer

Memory Pool

81,948 transactions
31.03 vMB
0.11763974 BTC
Random Selection Loading Transactions
Max Size: 185.71/200 MB

Candidate Block

Mining Attempt 4843c4001fba2819e94899bad99b46a1f84733214201de8c40c1896f479457ef
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 1430eff842aafb3c9001e76bddb01730cfd5ae77520693613961609ddaa8ad69
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,534
Size: 1.00 vMB
Total Fees: 0.03398025 BTC
Feerates: 101.42 > 3.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (261,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,891 653,891 00000000000000000006dda9fba18a496b68a91a8ed17033c7a8a16fc99d3d86 2,321 1.00/1.00 vMB 144
653,890 653,890 00000000000000000005ae1656a4b1c6d908ceeee3597fe0c284aa10b6022328 2,886 1.00/1.00 vMB 149
653,889 653,889 000000000000000000097d8a37a399587a30bb22a292be799b9e856ad248154c 2,708 1.00/1.00 vMB 105
653,888 653,888 0000000000000000000c65566534f23d928357c94020639c6285a2eea36150ad 2,965 1.00/1.00 vMB 112
653,887 653,887 0000000000000000000a3cc998ea571e0c84651da12674f15dcb44e02e092181 2,829 1.00/1.00 vMB 100
653,886 653,886 0000000000000000000d523a9df89204641d296b37091f4ffa6e8e21e5a42ae9 2,753 1.00/1.00 vMB 133
653,885 653,885 0000000000000000000ccfd1f99cafd7aa859ace533686550074a30b37779517 2,889 1.00/1.00 vMB 159
653,884 653,884 000000000000000000017f231af5c9a469b1a73285f6c4f28a249c374d8de233 2,127 1.00/1.00 vMB 126
653,883 653,883 00000000000000000009140b447a869fcd8a4fb71984f52c829fce12445de424 2,493 1.00/1.00 vMB 125
653,882 653,882 00000000000000000008ccc5f93c993219ed424dd78a23c30e1dd4465d45afbf 2,942 1.00/1.00 vMB 124
653,881 653,881 00000000000000000009e09b8b75bb61f7738d26c0bd30784b30bf6b5baad2c4 2,495 1.00/1.00 vMB 161
653,880 653,880 0000000000000000000a476ab4f21236b81b91d30841c92ee1aea22d61775cdf 2,936 1.00/1.00 vMB 136
653,879 653,879 00000000000000000007b5c9846e7b07bd05850095f0596d51a0e7a767d0b94a 2,067 1.00/1.00 vMB 142
653,878 653,878 000000000000000000080927fb2f392f819500ac008455b838858a4c2274dce7 2,348 1.00/1.00 vMB 136
653,877 653,877 00000000000000000005f8e1a4e314939273bd5e5d6fc74402ce47a9b6c8a7a5 2,878 1.00/1.00 vMB 161
653,876 653,876 0000000000000000000b997b22a85e84c039c368ab8dceae8ec3d9c523e4f573 2,562 1.00/1.00 vMB 164
653,875 653,875 0000000000000000000221c0bc1e7c3f75cd293d71ec5e43456d582ce21418a7 2,318 1.00/1.00 vMB 157
653,874 653,874 0000000000000000000b104f3a757f978ca1068489334a203a96a8d6eaca42de 2,743 1.00/1.00 vMB 73
653,873 653,873 0000000000000000000307afeeed4fb786192802f3d70975cd2cdfaf01b214b9 2,808 1.00/1.00 vMB 105
653,872 653,872 000000000000000000083c640a286ad7ce00b06abe6d9bb217212176f7517aa8 2,289 1.00/1.00 vMB 77
653,871 653,871 000000000000000000004332f17d2f6277b4a4c9ccfdd4b3ba3aba5f7d835fc0 2,881 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.