Loading Tool

Explorer IconExplorer

Memory Pool

44,062 transactions
26.49 vMB
0.05514420 BTC
Random Selection Loading Transactions
Max Size: 139.84/200 MB

Candidate Block

Mining Attempt 94a5aa686d5d2f0ec87d265cdecf0a9c13ae898d4b4196a01663fbf78fd08578
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 9fd50783f39fcbe8b7af0ac6ed1035eb3617da7821c070f55d29c9f07f3ad39b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,181
Size: 1.00 vMB
Total Fees: 0.00659891 BTC
Feerates: 40.21 > 0.66 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (149,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,117 765,117 00000000000000000002b33e3f8bb501a430cd5e5feabc7496b68f04b7946c18 1,833 0.86/1.00 vMB 16
765,116 765,116 000000000000000000057abbf4f38294e23c0a85d4da860c70f4297478549e3a 480 0.49/1.00 vMB 7
765,115 765,115 000000000000000000059aa95e3c36c0ee0c78b272444a074ce4e15bcfc64e69 798 0.34/1.00 vMB 18
765,114 765,114 0000000000000000000431f9313b866b1950ecd8d294e23068576c24ac1f4d38 708 0.29/1.00 vMB 16
765,113 765,113 00000000000000000004a5d5daed449be6ddf6372e9f9db34d1cdcb5e2a3466e 1,237 0.49/1.00 vMB 18
765,112 765,112 000000000000000000058fff51c655f16b02102c5545ee40eec85db3837d5b9e 526 0.35/1.00 vMB 11
765,111 765,111 000000000000000000056e5fa949d94230fee1dd1bb22bf4ee640128474b4b66 682 0.41/1.00 vMB 12
765,110 765,110 000000000000000000002287f0461af385b1f5742bfde19c07d02e218c00deeb 64 0.02/1.00 vMB 16
765,109 765,109 00000000000000000002e7e843982831fd27e61794a12cfd467b325be3265f61 1,235 0.72/1.00 vMB 10
765,108 765,108 0000000000000000000618ba944ddc4f28274d5eaa9e7d33765e360bfbd689ee 1,636 1.00/1.00 vMB 9
765,107 765,107 00000000000000000002c3044a47a34a410f2f4bbd3a3d3d607dc4eedcd434e8 1,724 1.00/1.00 vMB 6
765,106 765,106 00000000000000000001fe9493fdf3bd248b79fb1bd920a4656599c5f3b2ce98 1,782 1.00/1.00 vMB 19
765,105 765,105 000000000000000000060f08a3e7307b5cae53c502f43e9f35c87e69847cda6e 3,017 1.00/1.00 vMB 32
765,104 765,104 00000000000000000007600bbc46b01a10bb8a847af1c52aaf726e0b87e7ca47 1,834 1.00/1.00 vMB 15
765,103 765,103 000000000000000000042f6d5fd59a9fdc1dbbe643db531e960bcc55d55ddbe5 2,740 1.00/1.00 vMB 19
765,102 765,102 00000000000000000000df7561a97bee52122b259740d3b54e32a213c4358154 1,865 1.00/1.00 vMB 11
765,101 765,101 00000000000000000003828b58863bc7b42ac0850d8b2142eb488836d94805dc 2,505 1.00/1.00 vMB 29
765,100 765,100 00000000000000000003bab06ef09f845719724bd1eee9136abe8a9b02869e30 2,405 1.00/1.00 vMB 4
765,099 765,099 000000000000000000069c95c91c6b244b72f5100e44eed1363f0712c686dab2 2,029 1.00/1.00 vMB 8
765,098 765,098 0000000000000000000695d3e4a2ba8bb491d37ab86ffd4276d09cb455fd051b 3,326 1.00/1.00 vMB 24
765,097 765,097 00000000000000000002956a0748a2e6b98458e81a5be7cf1134c8a6e5fd7408 2,530 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.