Loading Tool

Explorer IconExplorer

Memory Pool

82,858 transactions
31.32 vMB
0.12840580 BTC
Random Selection Loading Transactions
Max Size: 189.83/200 MB

Candidate Block

Mining Attempt 5adf40df57155d07f7a02ca0c6a225d0545ce6498a4ccab21fb7e41d3c2f2a1b
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root c844299a3d2f191aedda4c7a7e64afc8798ffcd91abf4df6a60660f96c24a989
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,024
Size: 1.00 vMB
Total Fees: 0.04497680 BTC
Feerates: 318.30 > 4.51 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (492,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,996 422,996 0000000000000000009c2d8be10b1411e37297d29b38c09d8f4a106a86b4e084 2,457 1.00/1.00 vMB 87
422,995 422,995 000000000000000004f2d4802fefbbb3e44451375f5deec2f1a2cc9598afc2f4 80 0.04/1.00 vMB 54
422,994 422,994 000000000000000004436049f6f792f814362ae149be359d6872690c5d0a20a2 845 0.38/1.00 vMB 80
422,993 422,993 000000000000000003dc4ec2103368f378d11b9f146784d68a37c9c5e07a16de 1,561 1.00/1.00 vMB 52
422,992 422,992 000000000000000003f91223cd606478bfdc0701e3c05b4c65e10157add08c73 1,938 0.93/1.00 vMB 73
422,991 422,991 000000000000000000a10259631b1b904ec814a439b942d3234ef9fbf076562e 953 0.54/1.00 vMB 56
422,990 422,990 000000000000000002acdc719147f4e0328951e56bcf1ea62260bd1821f5dfe5 2,086 1.00/1.00 vMB 51
422,989 422,989 000000000000000003bab7127712714f51b8f6fdbc9a4b02d5fade4517b03301 2,496 1.00/1.00 vMB 106
422,988 422,988 0000000000000000018f7d2e313e11649e3d9ab9715cd9d1a47d79a3fbb9a4dc 2,155 1.00/1.00 vMB 61
422,987 422,987 0000000000000000025c2fbd85674701b9e4a7c719b8c27cfa877aa36543f21c 2,778 1.00/1.00 vMB 91
422,986 422,986 000000000000000004635533a486ed7e40ba7ded2fbb2863f89d52d07bc72e7c 2,424 1.00/1.00 vMB 102
422,985 422,985 000000000000000001551c83799ef83a9e24722d0dc7133b2dc371cb76bd5759 572 0.24/1.00 vMB 100
422,984 422,984 00000000000000000465caf4793fe3b7e78d3e8801b23cb6db8f836dc1007778 934 1.00/1.00 vMB 26
422,983 422,983 000000000000000001d107b2e949cc91a23a007ba37515cc787ee53041ca08cc 2,137 1.00/1.00 vMB 80
422,982 422,982 0000000000000000017a44696cd90aab06eeaee3edde7d2e94568db5815824cd 464 0.18/1.00 vMB 107
422,981 422,981 000000000000000000b209718638d71d65a66c26910e5ac03b9a555187876421 1,010 0.48/1.00 vMB 89
422,980 422,980 00000000000000000458acfa47024b14cf53abe5d02a71cd9d7e4c4a7b0f897d 820 0.30/1.00 vMB 98
422,979 422,979 000000000000000004be40eb7be12ae5cb8d5c0186b9de773d771d3db5c15d85 1,843 0.83/1.00 vMB 80
422,978 422,978 000000000000000001fc440b12fad1ad64bbe68e71d98bf51ea39255fe01091a 791 0.54/1.00 vMB 53
422,977 422,977 0000000000000000014cda8dfa86e163933b55d6eb8c491dcbbd41229b1dcb9f 1,227 0.70/1.00 vMB 56
422,976 422,976 000000000000000003fc9e882334e08cb0b6fd12574d0872a73971d247253245 2,019 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 783.08 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: 722.38 GB
    • Received: 18.39 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.