Loading Tool

Explorer IconExplorer

Memory Pool

45,421 transactions
28.27 vMB
0.06936400 BTC
Random Selection Loading Transactions
Max Size: 150.20/200 MB

Candidate Block

Mining Attempt 06e2edf483e6fb1b1c5c956a101ae2fd90d5cc329b678398e85e842dd280d27b
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 540344d8e79ee8f7f6639f8e5673de8b873384945cbdc7b82cdaa45f0603d8f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,415
Size: 1.00 vMB
Total Fees: 0.01584323 BTC
Feerates: 100.23 > 1.59 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (491,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,040 423,040 000000000000000000e9f43e358b7b06124fc5ac6023bedc4e903f1d8df6c045 1,760 1.00/1.00 vMB 95
423,039 423,039 0000000000000000006a4230e5f9066e5effc3ca24c5860bd13e978b8734caca 1,852 1.00/1.00 vMB 63
423,038 423,038 00000000000000000155f16605290d0879654b6f0d331a28c544cc62d3ff9389 1,393 1.00/1.00 vMB 55
423,037 423,037 000000000000000001fc44ad859c902d6530f92e07fd38bdb2b624779b13a676 1,505 1.00/1.00 vMB 57
423,036 423,036 00000000000000000433cd76726b1451e93eab05d05c547040b339690cdc236d 2,167 1.00/1.00 vMB 63
423,035 423,035 0000000000000000021149e88fc87479f7e4d904e965c1a6568b66d22daeeda5 1,727 0.75/1.00 vMB 71
423,034 423,034 000000000000000001fff469c7e9c26915ea8fb597a65e26b98b59521bebbec1 1,030 0.75/1.00 vMB 105
423,033 423,033 00000000000000000300555bcc2651b0a5ed0203c4bf7b0ac97c51b1831e7762 2,025 1.00/1.00 vMB 67
423,032 423,032 00000000000000000265a116f48446124f645c9d3f0ab6782f9840ad14bac0fa 2,179 1.00/1.00 vMB 46
423,031 423,031 0000000000000000014a81205a6eaa17cc34537702699ae00a3be10811795a8d 2,737 1.00/1.00 vMB 99
423,030 423,030 0000000000000000005f4a123dfb8e945d5d77ae74c588a14d4d82e9bdc78446 605 0.29/1.00 vMB 64
423,029 423,029 000000000000000001c239b7c1699f8c00e9cc008f5589a92bf2f2fb81d21d84 23 0.01/1.00 vMB 165
423,028 423,028 0000000000000000031849e401ee10a477b163b8c0e455aef48ef21b0087dd5d 930 0.99/1.00 vMB 19
423,027 423,027 0000000000000000022252a2e2ef6cee3b4ad49ee67cb368aa665eeae1243fb2 2,730 1.00/1.00 vMB 79
423,026 423,026 0000000000000000052023cd5b0e39663cbeeca720e5183a19b3fc45da2fec0f 2,573 1.00/1.00 vMB 67
423,025 423,025 000000000000000000306b0fb8c665e328c95e76b0a34eaa130689a3a056a7a7 1,626 1.00/1.00 vMB 42
423,024 423,024 00000000000000000368e3b8d6a14632c6a05752d93ba28a0aaa905bc9a40a12 534 0.20/1.00 vMB 63
423,023 423,023 0000000000000000013b4144e105fa87ba75d2e58b5783caa1392ea65ab07e14 809 1.00/1.00 vMB 21
423,022 423,022 000000000000000003735f617dbbc810d405394b13f2ff7d273e4305a6d7da21 1,155 0.79/1.00 vMB 43
423,021 423,021 00000000000000000218b192210557e385459d3701b0823a3f867ddc385adcc0 1,380 0.99/1.00 vMB 42
423,020 423,020 000000000000000000f278f73fb4e27645dc541a9e4d8885dc49f224ee7a58a3 804 0.38/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.11 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: 651.96 GB
    • Received: 13.67 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.