Loading Tool

Explorer IconExplorer

Memory Pool

80,820 transactions
29.99 vMB
0.11651522 BTC
Random Selection Loading Transactions
Max Size: 180.86/200 MB

Candidate Block

Mining Attempt 923cbd825bf3883ba44708e9d56be332600c4ddf20942a83554e1445624a967f
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 3de0f6e50899231791a0310a720c1b6a5ebc84f388c6e31289823e53c5f883bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,744
Size: 1.00 vMB
Total Fees: 0.05522371 BTC
Feerates: 150.77 > 5.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (147,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
767,044 767,044 00000000000000000006006f496d99f9fe301bc5a7481121a13c40a6b42ea649 1,075 1.00/1.00 vMB 2
767,043 767,043 000000000000000000016af04714eb23bac316206d59eca5fc37f04773eaedfd 1,681 1.00/1.00 vMB 8
767,042 767,042 0000000000000000000626bfd3d754babd8bef4631a703537d8b803cedbcb6d4 3,264 1.00/1.00 vMB 11
767,041 767,041 00000000000000000006b4f9012423b67dd08c2655352f29196d6197e38ce6c6 2,429 1.00/1.00 vMB 7
767,040 767,040 00000000000000000000fd9b5adbff20297af0a328ba6e89939d2491384a0a33 2,450 1.00/1.00 vMB 12
767,039 767,039 00000000000000000003c6a87f95ce8e3e3f65d6d55798403a1f7dfaf1da478f 2,231 1.00/1.00 vMB 15
767,038 767,038 0000000000000000000237c2f124061d3ec0dd0c423116138b993f96053d4502 1,920 1.00/1.00 vMB 6
767,037 767,037 000000000000000000068e374202096cab3784349f47ffb719660a19c2099326 2,532 1.00/1.00 vMB 4
767,036 767,036 0000000000000000000740805246d91d6ddc19869fe5860795c9d708b727ee51 2,861 1.00/1.00 vMB 18
767,035 767,035 000000000000000000048e48bc525de2006f1b1c51cff6ce44906f5794f2c48f 2,577 1.00/1.00 vMB 6
767,034 767,034 00000000000000000008188a2ad533510d7bb0a8e78fde0dc6c53c7dcf34c502 2,381 1.00/1.00 vMB 5
767,033 767,033 00000000000000000004490eae95c13b33bf76f7fe50dc24ce3b68c96995dca0 2,378 1.00/1.00 vMB 19
767,032 767,032 000000000000000000074116e1d9d0712584ddf60db717206e7e5ada998d8f6d 1,345 1.00/1.00 vMB 6
767,031 767,031 0000000000000000000337d7bba830c7683dc1bd668a7d9b171ae0dbbbed7d2c 1,576 1.00/1.00 vMB 4
767,030 767,030 000000000000000000054adc33837fb43ffd5409714b5d8756a57f06fa044284 2,242 1.00/1.00 vMB 16
767,029 767,029 00000000000000000002adf46e2e636322ef079e21240a703f2e165688db4cf9 1,092 1.00/1.00 vMB 7
767,028 767,028 0000000000000000000162f7aa9f2b359b9627092b83b16516b2c3ec5970a1a2 2,192 1.00/1.00 vMB 12
767,027 767,027 00000000000000000007ef80aec9b7e1ad5a0252cfdb725dd22f4eaffd4094e5 273 0.15/1.00 vMB 7
767,026 767,026 00000000000000000005ec56b9f124b7b4b7b78d0464f0a1478a671ab796383d 1,190 0.51/1.00 vMB 7
767,025 767,025 0000000000000000000240acc758e61f86ba7574b3e12b63f7bf5f6c7fa74ec2 1,314 0.90/1.00 vMB 6
767,024 767,024 0000000000000000000738e0e6ad7143966b618f8e0fa7c775cbc80603debcb6 2,279 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.33 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: 660.42 GB
    • Received: 14.74 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.