Loading Tool

Explorer IconExplorer

Memory Pool

76,926 transactions
28.71 vMB
0.07604571 BTC
Random Selection Loading Transactions
Max Size: 173.72/200 MB

Candidate Block

Mining Attempt 26efb3fff34ab40d79c87dfe6ee50959ef66a5ffba6a6c05481d03b01e390d7c
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root f9d7fc547e0bcef603bbe45de84b990bd23b50e824cdd7509663bf738b54e5c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,984
Size: 1.00 vMB
Total Fees: 0.01642970 BTC
Feerates: 150.93 > 1.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (504,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,009 411,009 0000000000000000022a659987962009b734f4a75056337f7fdb7e423fb9e93d 377 0.22/1.00 vMB 31
411,008 411,008 000000000000000002d433455324c2ee1c9957fcb77c0b7f5b3e7c7654d974cf 609 0.54/1.00 vMB 17
411,007 411,007 000000000000000003cd8aa7f3510628a37fbffa512c7654d86a20107f635377 1,729 1.00/1.00 vMB 33
411,006 411,006 000000000000000005cc3394ce3f40f3bbe1f0baa0f1c54f1858b42065475651 14 0.00/1.00 vMB 139
411,005 411,005 000000000000000003240e178714e7e34840b85c5c12750db8b5f78b5e270497 1,613 1.00/1.00 vMB 26
411,004 411,004 000000000000000003e009ffcb4c42222928168eaf66dc4b411ce40ad819503a 2,476 1.00/1.00 vMB 43
411,003 411,003 0000000000000000003de1c9c71196e716d146cd7d804797d3998609559233ae 2,800 1.00/1.00 vMB 58
411,002 411,002 00000000000000000462daf8b3ca446605d93fba5ef63639da066eea303beada 3,270 1.00/1.00 vMB 67
411,001 411,001 000000000000000000c2557733259f2689e5ff6c64495d85949bd7ddb055037f 1,060 0.99/1.00 vMB 20
411,000 411,000 000000000000000002bcca81431f7d50f719830d1e04544cf89012ef4ba9e2af 1,560 1.00/1.00 vMB 24
410,999 410,999 0000000000000000036f6fc4b804b05a6b79b2d5eb84cfef4674de2ef1eb83ab 2,600 1.00/1.00 vMB 48
410,998 410,998 0000000000000000010477bb4197c7933d0a051b97cff94a17809c71c9ccdc06 2,166 1.00/1.00 vMB 45
410,997 410,997 0000000000000000049f2099b0f0594ae4d76867e0928c90320d44a138d0aec4 2,166 1.00/1.00 vMB 29
410,996 410,996 000000000000000000962bc3e73b0fc12e75d9d7aa0d43415f0dce7131acab07 2,572 1.00/1.00 vMB 32
410,995 410,995 000000000000000005ecdbe57ecd126d345c4158d43ff55c1fb3b61dcbf336ab 1,865 0.99/1.00 vMB 45
410,994 410,994 0000000000000000048439179945537785620ad53b3063564a556b1f3c03ecf4 3,093 0.99/1.00 vMB 77
410,993 410,993 00000000000000000585a750a3f687a1f72b8d34cbb267a230002dc0685fb2f0 3,182 1.00/1.00 vMB 73
410,992 410,992 00000000000000000624490e310685fa5a87b687b1dadb8a662fb555b2dad0b8 1,001 1.00/1.00 vMB 16
410,991 410,991 000000000000000003a8752bcbb7b882b4840e711dbeb5046226514825b96de3 2,141 0.75/1.00 vMB 50
410,990 410,990 0000000000000000037f23c68d2875cf24f0eda2da7445f5bdbc288279178153 2,310 0.99/1.00 vMB 32
410,989 410,989 0000000000000000061d823d96f77c50c41d4f6a9401078bc7ac7f47cdc58ebc 2,858 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.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.