Loading Tool

Explorer IconExplorer

Memory Pool

18,698 transactions
9.96 vMB
0.02623418 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.25/200 MB

Candidate Block

Mining Attempt e9ba9b70b8575b67e551ead23237ab2f2132bffae10d1acf56d38d1a1c041588
Version 20000000
Previous Block 00000000000000000001c502407c79329580e06b9e8b8f002d0c95031ee97480
Merkle Root cc48dc742df1fda3b8f40fc2c73e7b58ad100d1200d651fdb86d25a75f5c1d9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,823
Size: 0.99789575 1.00 vMB
Total Fees: 0.01063337 BTC
Feerates: 150.92 > 1.07 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,626 (741,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,816 171,816 000000000000019fd29851e0f40f089213c82621abf09493d09619b8a2a1180e 57 0.06/1.00 vMB 62
171,815 171,815 00000000000003cdf232ae83ff9f32348b64b6053199a3536243f32561b3247d 60 0.02/1.00 vMB 78
171,814 171,814 00000000000004196fb0c60486a38d83e23ca3ba7a5d863df80679ba85586a05 1 0.00/1.00 vMB 0
171,813 171,813 00000000000004c682fc9feb9d42c76c1c26973bc8c8d46ae2711cacbb40f736 147 0.05/1.00 vMB 25
171,812 171,812 00000000000007d68724f9fc950f1ff4cf1e04758be686a44638f18f7062c54e 13 0.01/1.00 vMB 104
171,811 171,811 0000000000000ad7408fe4cc6208100e13834d288bb51aaf9f878f182031a8d4 1 0.00/1.00 vMB 0
171,810 171,810 000000000000017ffd4fc76f28099af1df3fa0728363163cd8b5372da01eab4f 34 0.01/1.00 vMB 63
171,809 171,809 00000000000007a790da8b98d9ff41617ac18d6cb527e333ef0e4e9bc05b8d60 51 0.01/1.00 vMB 12
171,808 171,808 000000000000019284ece2c71e8d7c87fda5012987bf902557b9b825f34afb3e 56 0.02/1.00 vMB 69
171,807 171,807 00000000000008279d114d7b17b9a1baffeba1f0ba34c3c3f904d59f05a2798f 1 0.00/1.00 vMB 0
171,806 171,806 00000000000007d064cff64e343b6d2871d341b406bc32c5d8fc3cc7b5137525 1 0.00/1.00 vMB 0
171,805 171,805 0000000000000ad50eeba8903267994a4ce0d579d9110cc61c7ddc8eba2ab76d 18 0.01/1.00 vMB 46
171,804 171,804 000000000000035bc0b65d5e7de2a43532e091e0fbc1db451b95d1d9b935e163 79 0.03/1.00 vMB 21
171,803 171,803 000000000000092d1e2b3c2d532986a4253df6f32e354804fbaff1101662b782 10 0.00/1.00 vMB 471
171,802 171,802 000000000000039ffbe48002d630f541100582c524117fc8b0dd63f1a68c6d42 141 0.05/1.00 vMB 54
171,801 171,801 000000000000090016e2a0801173e9380d4fde534baa807b803ec7c1df72c88e 107 0.04/1.00 vMB 131
171,800 171,800 00000000000001b6be86b1d81a3b18131ae0c4684cf30002a39148ed8ed21943 50 0.02/1.00 vMB 56
171,799 171,799 00000000000005085670487dcd4ec1e96b88d9966a32d1963e74e0ad12f171e7 18 0.01/1.00 vMB 288
171,798 171,798 0000000000000063a1de21fabf491e1f07522f9fc471799d66d590c25838fdfb 66 0.02/1.00 vMB 13
171,797 171,797 0000000000000819986fded1274b94c9fed987b023fc3289a43c025889e475ab 110 0.06/1.00 vMB 194
171,796 171,796 0000000000000631d51be830ba9e7029d884dd5dea2781fa099a4c71c26d7522 8 0.01/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 779.95 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: 467.06 GB
    • Received: 2.86 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.