Loading Tool

Explorer IconExplorer

Memory Pool

77,862 transactions
29.25 vMB
0.06268267 BTC
Random Selection Loading Transactions
Max Size: 175.76/200 MB

Candidate Block

Mining Attempt de33b9f411c30e64b0e1babdb88794e63bce134bd6d76e65592f9cd4415f04d4
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root 84439b11e8264fa99ed3cc4683946436d873cdb9e8857a07ceba300c4e659b0c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,817
Size: 1.00 vMB
Total Fees: 0.00344744 BTC
Feerates: 21.09 > 0.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (363,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,948 551,948 0000000000000000001c66636e30b46cf56400c941c34c1e4c76fcc3df609d81 2,196 1.00/1.00 vMB 81
551,947 551,947 0000000000000000000f954668b61095ade1817ea774e896f233024995ed52ab 3,017 1.00/1.00 vMB 42
551,946 551,946 0000000000000000001dae517d28875351e4517ec5ecc20af8b40be79d861e7f 2,115 1.00/1.00 vMB 52
551,945 551,945 00000000000000000010efe6e6850aeb9574038cb9951065120592c961de8168 2,398 1.00/1.00 vMB 42
551,944 551,944 00000000000000000017a05c29c0fd81f03909a53fe29bd0f62dfc03605f7fac 1,401 0.50/1.00 vMB 56
551,943 551,943 000000000000000000204b3a3d898f32b66fa93cccb6abfa538f06eb2ebb0f58 2,497 1.00/1.00 vMB 52
551,942 551,942 00000000000000000020077f85c59b0b93bd3342aa755c2fe0ff3519006ecb81 2,343 1.00/1.00 vMB 32
551,941 551,941 00000000000000000019c488382b3712973721ebf83a80a58620ba8a2f34078e 2,863 1.00/1.00 vMB 33
551,940 551,940 00000000000000000008e1463e11eed3d603c411327d011384bcb71ad4a36d7a 2,883 1.00/1.00 vMB 56
551,939 551,939 0000000000000000001d980e3cf0ec3288083c9e3579c8c829bd12ce3c48e580 2,230 1.00/1.00 vMB 43
551,938 551,938 0000000000000000000df0ed070228e41625110f55319e045a43b7aae763cb0a 2,803 1.00/1.00 vMB 61
551,937 551,937 0000000000000000000ef33631307eb83e66e9e8121c8f8e4778fc48b50d7fc5 2,728 1.00/1.00 vMB 79
551,936 551,936 00000000000000000028a7657aca5f82d0d795dbdcdaf05125bf385088fbfd8b 2,364 1.00/1.00 vMB 83
551,935 551,935 0000000000000000001c60b22763eff726cb5285670c637f8f6a58d72fa22055 3,119 1.00/1.00 vMB 55
551,934 551,934 00000000000000000016945351b1a1d6716c09b56487fdb8172d98af775b68d7 1,652 1.00/1.00 vMB 43
551,933 551,933 000000000000000000243f8b674b5dcb3c98a0b6986e04e79292a76283d4635e 2,783 1.00/1.00 vMB 66
551,932 551,932 00000000000000000005b26f4b0a5b0955b32279328715a1934cae21cf99222f 2,294 1.00/1.00 vMB 61
551,931 551,931 00000000000000000005053309d83308315842aaa9a1da1aaeb4a4d1d61c08df 2,270 1.00/1.00 vMB 59
551,930 551,930 0000000000000000001574cc1a5abe09521d1e65234b327b45978ed96befaa25 1,189 1.00/1.00 vMB 54
551,929 551,929 000000000000000000153db7abf62fe7ef1deef04bba015ccac285ede9797245 1,404 1.00/1.00 vMB 48
551,928 551,928 0000000000000000001e36fb7acd1101f2cc74f5dfbff8d6c1d3f4466fcb79b1 2,328 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.