Loading Tool

Explorer IconExplorer

Memory Pool

15,245 transactions
11.20 vMB
0.05555802 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.78/200 MB

Candidate Block

Mining Attempt 20ad1c2da9cbfee8454a919b204c4d28f07a6550e89b718d869948d05320324c
Version 20000000
Previous Block 0000000000000000000006ca46d77662424a3c954a5db8f2745f0dc89e1e8097
Merkle Root 4d9e32770c3c70fc714ee0fddbd5f9eb5de79d36e2895fa724f4221507713d1f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,171
Size: 0.9979795 1.00 vMB
Total Fees: 0.03248186 BTC
Feerates: 1,002.97 > 3.25 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,811 (760,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,865 152,865 000000000000062d1394ced533f38d406e5b5e9536382cffb543425d5ed29b29 89 0.03/1.00 vMB 88
152,864 152,864 00000000000006b162fb8d619eec51a94fc9f973710b106575951ce958f366e3 3 0.00/1.00 vMB 218
152,863 152,863 000000000000066855e55fe3b9160cd527b6c2487475729372cf44ccf40b3162 120 0.05/1.00 vMB 22
152,862 152,862 00000000000004329e70bdb75ec040cd730b2dd0a223862299ef67673a6c76e8 63 0.04/1.00 vMB 418
152,861 152,861 000000000000078f2bd49850a9cc76b54af87f7698b86636d77c0b4201c67ab1 48 0.02/1.00 vMB 57
152,860 152,860 00000000000000b8009f2e86cffc62318e8e72dd860f5888e50510ba7a920e8b 98 0.04/1.00 vMB 63
152,859 152,859 0000000000000193d28f29d26a1c8f8c0cd9a19a422fb8aac695562b304e17c2 3 0.00/1.00 vMB 12
152,858 152,858 0000000000000aafe87b438d922f10b5e67dc1edde2de2c9b784904885682356 10 0.00/1.00 vMB 43
152,857 152,857 0000000000000b560cf9a661147e36d640b3b21118e51ed925851e8c5dbcd11e 70 0.02/1.00 vMB 319
152,856 152,856 000000000000073c513442c71d40cbe540c3303c914abc94b2748689b234d7f6 20 0.01/1.00 vMB 207
152,855 152,855 0000000000000b4912f608a4c1cc55253e5c20719fe15aaf91413696f6b08e58 78 0.03/1.00 vMB 119
152,854 152,854 00000000000009ad2d21a49e374d58c1a1f229aed3a498dc7961cd576f8de62f 25 0.01/1.00 vMB 254
152,853 152,853 0000000000000b51130730545b2ba86cd98f8b481bddaafaf6076d9733314f82 33 0.02/1.00 vMB 45
152,852 152,852 00000000000007fe650a4fad801fba5ba2d9a9f2f82d04dec67b50f4d372e14d 137 0.04/1.00 vMB 23
152,851 152,851 000000000000061609efea18811e743192c7279afa215d673f9474433db44848 19 0.01/1.00 vMB 56
152,850 152,850 000000000000048d742d5666fc81ec8d92f6b92fc161377e236355d3dae9a55a 73 0.03/1.00 vMB 85
152,849 152,849 00000000000009484d684ab34ade3e0c4b0858ec1eac9365672a27e4adb1ac5a 17 0.00/1.00 vMB 0
152,848 152,848 0000000000000cbf19bbd986a0d90638bfaa267f730b95d11e00181b99059089 56 0.03/1.00 vMB 298
152,847 152,847 0000000000000274e1682c4939335b8cd9dcdc079668b9598bce4298f5a5ab4a 6 0.00/1.00 vMB 0
152,846 152,846 0000000000000c766a16e7702717cfc9bfc44660e74e029b0195257a5a8211b5 34 0.02/1.00 vMB 605
152,845 152,845 0000000000000226faab54f9beee835e3b738bba4a4606795337c4587915ee8a 3 0.00/1.00 vMB 193
Previous 10 blocks ↓
Total Size: 780.28 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: 516.81 GB
    • Received: 4.47 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.