Loading Tool

Explorer IconExplorer

Memory Pool

85,781 transactions
32.88 vMB
0.13235394 BTC
Random Selection Loading Transactions
Max Size: 195.56/200 MB

Candidate Block

Mining Attempt 15a373813dba0c71dffe8999a27356c6893e89d223e71d76aafb3a3a801ef9ee
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 0191e0b882800499a01c0e2e8344c29037ac6d8b6a29f3666b9b80ce5b5f114a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,617
Size: 1.00 vMB
Total Fees: 0.06108579 BTC
Feerates: 387.56 > 6.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (147,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
767,047 767,047 000000000000000000026c6cbb8dc87aa1b5a6cefb2a7f34ff1545a9a9fd6482 1,713 0.77/1.00 vMB 6
767,046 767,046 000000000000000000009268731aaa626ca36bba9cc4e9625a8f769d253aebae 930 1.00/1.00 vMB 3
767,045 767,045 0000000000000000000414c4d751f5f1eeff59862f02b490c978ed0fe14a0613 2,277 1.00/1.00 vMB 10
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
Previous 10 blocks ↓
Total Size: 782.31 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: 659.27 GB
    • Received: 14.60 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.