Loading Tool

Explorer IconExplorer

Memory Pool

79,987 transactions
30.04 vMB
0.11858279 BTC
Random Selection Loading Transactions
Max Size: 180.27/200 MB

Candidate Block

Mining Attempt 9b4bc35a6764fb41c8d32a85519d99c357db30df8a6e0bbcf597ec2c30051fde
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root bc8d218dadd2d7fb7104f733fd508724afcc85e16cd2d59520aeb5ec9548b443
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,274
Size: 1.00 vMB
Total Fees: 0.05099711 BTC
Feerates: 150.80 > 5.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (305,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,873 609,873 000000000000000000091db87fe1d2c72b3c5bdea0bc49e5822b4250ea91e5a0 476 0.15/1.00 vMB 21
609,872 609,872 000000000000000000001c475be7c331455309237011cacea6c44db3b72186a6 1,895 0.70/1.00 vMB 3
609,871 609,871 000000000000000000013692ef39dcd6e3275337ddb2de409e563fe12b637dd8 2,507 1.00/1.00 vMB 20
609,870 609,870 0000000000000000000845cc8758d72a557d04128f19640f31fe0fcede194669 1,440 1.00/1.00 vMB 32
609,869 609,869 00000000000000000015219e1040c343f63ff91067d28cefd4d5f1467c9d4603 907 0.30/1.00 vMB 18
609,868 609,868 0000000000000000000c2ee45d2a352f6c9aad4605e6e8badd5ccce5568ef6d5 2,454 0.99/1.00 vMB 5
609,867 609,867 0000000000000000000a276673312ff81baf402e41b91236ad5e7f7f300537cb 2,561 1.00/1.00 vMB 7
609,866 609,866 000000000000000000123413c17d860021cfb447d79894d2fc6087ba00efd868 1,633 1.00/1.00 vMB 7
609,865 609,865 0000000000000000000edf5ee7e285d0f7170b4d25fe9d50364e82a31c00588f 3,334 1.00/1.00 vMB 32
609,864 609,864 000000000000000000158b0d96a2bed3fc75cdebf19af4c51564c7894a2ad645 2,613 1.00/1.00 vMB 18
609,863 609,863 00000000000000000010720d0e1ef6809364ece7016145094a6173d8f59fac47 2,849 1.00/1.00 vMB 12
609,862 609,862 00000000000000000012e15375e33e8be28251d146d09bb3d7d803c72343948b 1,963 1.00/1.00 vMB 12
609,861 609,861 0000000000000000000695d5d54ca85e63065306b15c9c4bc7db1df0231b77f8 1,808 1.00/1.00 vMB 15
609,860 609,860 000000000000000000120677fb582606661f7d35ebbea57e3369c898eac29af1 2,402 1.00/1.00 vMB 32
609,859 609,859 00000000000000000005a90ac870d919c5ea49e1b3f140cfb6ffc347fc5c3aad 1,005 1.00/1.00 vMB 61
609,858 609,858 000000000000000000044bcdf029d33a074a07adfcb9b13a16eedb59c9e6af15 2,280 0.66/1.00 vMB 13
609,857 609,857 0000000000000000000ea901f8134bd50baf80ea783d6773ecccc8a1c35d9b3b 2,074 0.63/1.00 vMB 13
609,856 609,856 0000000000000000000d86a84749350e9c1f3009178b499fb0a2d7a3da401049 1,674 0.56/1.00 vMB 13
609,855 609,855 0000000000000000000e035b36f0751166c042c90c6b3076b7dfae602b210485 711 0.21/1.00 vMB 20
609,854 609,854 00000000000000000010af0585ea6fd88b815c3644e60b15ca57b07af2a8264e 62 0.01/1.00 vMB 12
609,853 609,853 0000000000000000000bf61af52a2a7879e9f825a220041dd3a10c3c9106f60e 1,801 0.53/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.57 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: 671.23 GB
    • Received: 15.88 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.