Loading Tool

Explorer IconExplorer

Memory Pool

25,359 transactions
15.93 vMB
0.03487070 BTC
Random Selection Loading Transactions
Max Size: 84.00/200 MB

Candidate Block

Mining Attempt 546191d0e484fb3b10797b77676c37c7253e6fa0111649b9d364e536a46614c8
Version 20000000
Previous Block 0000000000000000000084a21ff707eead35ab8f0f56d03d5d8d061975b60eec
Merkle Root 082121d1292c7d8aaa6344133340092c6ee272841506905893ae22a0e86f1cb4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,569
Size: 1.00 vMB
Total Fees: 0.00626505 BTC
Feerates: 180.64 > 0.63 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,165 (827,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,895 86,895 00000000001883e0b4a00a6045b618f7c286d75d22c5520b33140c84527a1a5a 1 0.00/1.00 vMB 0
86,894 86,894 00000000000ba94e077d86d034dbd3d3b33bcd01aaeff91d00d374f31107c591 4 0.00/1.00 vMB 0
86,893 86,893 00000000000545f3b3b9583e64e447a428acd0b8338984fdaa65fdd943ba8355 7 0.00/1.00 vMB 0
86,892 86,892 00000000000767174291fd385dc5235269f23cb9c84df28b3ad89edf6e78722c 4 0.00/1.00 vMB 0
86,891 86,891 0000000000111a36ca6bba23cf3c4c479960df7c3f52e15662e5feb09733c2c7 2 0.00/1.00 vMB 0
86,890 86,890 00000000000d7b3dec09e0edf874013da6f49ffc502ae859f93c43f2ee75adca 1 0.00/1.00 vMB 0
86,889 86,889 00000000000b46f0db96313de01b8d3f898a451f6b2a62d04c1f481569174714 5 0.00/1.00 vMB 0
86,888 86,888 00000000000dc36caaa3b725f5da83f0adc9bbcfcf960ffd53aedadbb2c8e319 8 0.00/1.00 vMB 0
86,887 86,887 00000000001c714176da258c8a57be02f77898226626783a25626b05918a957b 7 0.00/1.00 vMB 0
86,886 86,886 0000000000054ac0e33d7bb8f2de9cc18e130ff8455aa074d5ba5a11b00abdfb 3 0.00/1.00 vMB 0
86,885 86,885 0000000000006f0e067092e0e4e1490c10a10873cc3e7bf3be413aeca18b0275 3 0.00/1.00 vMB 0
86,884 86,884 00000000000d90cc48d8fbab09bbd1420f41f6002704aa1f5e25ac04af3f67a5 4 0.00/1.00 vMB 0
86,883 86,883 00000000000d3d8edcfffd2a8407f15013a6244312ce5c888c9987fe031cafba 1 0.00/1.00 vMB 0
86,882 86,882 000000000015d797c8c3784c089d08bb872a79ea18481cd3c163bef08a048f1b 4 0.00/1.00 vMB 0
86,881 86,881 00000000000f4f54879412383860dc2acfb6b139b9f71ed963ab3508b50495f4 3 0.00/1.00 vMB 0
86,880 86,880 000000000009e72d314ccfef496d12ce1d25b0b4c85847ea91b5626e133f84d7 1 0.00/1.00 vMB 0
86,879 86,879 000000000001c86821b1c231871024b38e838140a6bd75621cfcacaea4e96629 3 0.00/1.00 vMB 0
86,878 86,878 00000000000d5f1e3bbd7e9e0d709c91eff39494affb0194e9798151ba5ba870 2 0.00/1.00 vMB 0
86,877 86,877 00000000001bc94922765880a3aadb83245d805727c5ca23ddb3227eef70d6de 9 0.00/1.00 vMB 0
86,876 86,876 0000000000173e9bab0a7f19b976a4633834e07a63b1519b413c7990a5a12e9d 10 0.00/1.00 vMB 0
86,875 86,875 000000000011d0d5c7da692a1afd6eb6994f5a03f8d2d87aa9e9fc12f26a0b2f 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.89 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 566.28 GB
    • Received: 7.66 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.