Loading Tool

Explorer IconExplorer

Memory Pool

35,207 transactions
25.81 vMB
0.06748605 BTC
Random Selection Loading Transactions
Max Size: 131.29/200 MB

Candidate Block

Mining Attempt 98cb1af6aa610027caea1459c0d130266d812ec8e238281d9655486c8b59e8e3
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root 456da4db7a468a6307bf00d097122d7a30a8fe73c05f02269b14bfa5d4ce8830
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,430
Size: 1.00 vMB
Total Fees: 0.02028781 BTC
Feerates: 150.77 > 2.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (81,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,907 832,907 000000000000000000037fdc9579f62f0046cb89d0012e4445c5bcb85d84ea2e 3,012 1.00/1.00 vMB 32
832,906 832,906 00000000000000000003703fd4fe3371332e77ccfb6eedfb6d96d049807dcb6d 2,753 1.00/1.00 vMB 22
832,905 832,905 00000000000000000001d75e32e336aae8ca584bda1f3cb8ff43be50f6fe76ab 2,955 1.00/1.00 vMB 21
832,904 832,904 000000000000000000002a3e2785e4bc0dc3e35fa44714d8a08f724b7c41e8be 2,603 1.00/1.00 vMB 29
832,903 832,903 0000000000000000000201275d81824ad3eb105c7b4a98a501439c46effabf5b 1,720 1.00/1.00 vMB 19
832,902 832,902 00000000000000000001288005e070264f92303a70f48c6c9dc19f7891206226 82 1.00/1.00 vMB 12
832,901 832,901 00000000000000000000f085833b8c0d61ab435862ef9ae717be8bd4d4b8b758 2,551 1.00/1.00 vMB 19
832,900 832,900 00000000000000000000ad16db08f254c7380cd922208a4bb867425d13d82579 1,460 1.00/1.00 vMB 17
832,899 832,899 00000000000000000001d14d40dd6604856eecc61436980457fbd17bf6a939e3 2,211 1.00/1.00 vMB 16
832,898 832,898 00000000000000000000ffe7dee8f943d9a724b04416e254497023dba822ca1a 2,507 1.00/1.00 vMB 16
832,897 832,897 000000000000000000018a9c57dac7ea97ac0d96d33fb9878c47e4a39d45cfce 2,946 1.00/1.00 vMB 26
832,896 832,896 00000000000000000000c235855ada352fbda13bd8ef18a35e438dd9dc952a1e 1,299 1.00/1.00 vMB 15
832,895 832,895 00000000000000000001f1d33f4cc41a70a60b4a134cde59be72ae7dbc509cd4 1,739 1.00/1.00 vMB 21
832,894 832,894 00000000000000000002469ece6e7afb6f0d929ba705282e653aecedc97ae76a 2,144 1.00/1.00 vMB 19
832,893 832,893 000000000000000000023e053f939401ef2c84704ff60c7c238ebfb05ae3ade4 3,341 1.00/1.00 vMB 19
832,892 832,892 000000000000000000035d349d4f8c8ee7e4ddbc4857e386a10520430007f14c 3,092 1.00/1.00 vMB 33
832,891 832,891 000000000000000000005c23e484a0f5e5a26b4213121c5e19a7de409f1f3ede 2,957 1.00/1.00 vMB 26
832,890 832,890 00000000000000000001c5f58f2c939db159d2c5f33066a421620a31432c58a2 2,819 1.00/1.00 vMB 22
832,889 832,889 0000000000000000000236b74a092bf5837cc41bc2d107cba4fb79df8b583ace 2,637 1.00/1.00 vMB 22
832,888 832,888 00000000000000000000c4e2af58653db8e558362783cab3a0a4324468991feb 2,675 1.00/1.00 vMB 23
832,887 832,887 00000000000000000000c639cfcb171a3bfc11a90ed90106a36fbd2af948688b 2,856 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.85 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: 638.82 GB
    • Received: 12.50 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.