Loading Tool

Explorer IconExplorer

Memory Pool

77,221 transactions
28.46 vMB
0.08912784 BTC
Random Selection Loading Transactions
Max Size: 173.22/200 MB

Candidate Block

Mining Attempt cce0c528c8bd4b93919cf030a69b935fdbd5d9d28e0f1af463b2dce404e79f77
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 6cd552baa3f04159b6e60ee2956f342417228f4218ac236c17151cdb56729216
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,639
Size: 1.00 vMB
Total Fees: 0.02513421 BTC
Feerates: 477.45 > 2.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (58,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
856,974 856,974 000000000000000000024b96b96a194bc4be1210bdfc07e3d089a0fd89c2b552 4,967 1.00/1.00 vMB 7
856,973 856,973 000000000000000000001760a9566e99c5b58855b3f083bcc5661eefdd63825e 4,064 1.00/1.00 vMB 8
856,972 856,972 0000000000000000000130361fbb3f8b6e4d813c776f78c79e229861e6453a01 3,707 1.00/1.00 vMB 9
856,971 856,971 000000000000000000015917d99fb8505ebada171b9e832a993d1f406a15475e 6,852 1.00/1.00 vMB 4
856,970 856,970 000000000000000000009831edbf656ec0df7e47c8b2fa1f384958c9c3162f8d 5,881 1.00/1.00 vMB 4
856,969 856,969 000000000000000000006340cb4005d25d32e4c8792f26d86aec8daee8420732 4,863 1.00/1.00 vMB 7
856,968 856,968 00000000000000000001996c055f5985bf4815d3a55786556f77cfe08a13f102 3,536 1.00/1.00 vMB 6
856,967 856,967 00000000000000000000b84ac2ee27d8f0846c654c7dbced8812aac1b5a4d9df 6,152 1.00/1.00 vMB 3
856,966 856,966 0000000000000000000048cf8532b9b82bc775627c3056ac20531c1e42e6f795 2,328 1.00/1.00 vMB 6
856,965 856,965 00000000000000000002f68cba72bea45dbf9fbc2faf5f80bdf8d39b262a0f22 4,626 1.00/1.00 vMB 2
856,964 856,964 00000000000000000002096ac44d660cd95adf1e3f3bf028f470d120568a083b 3,673 1.00/1.00 vMB 6
856,963 856,963 0000000000000000000272e3143a89e1fa25d3d2095de9428c6a9caf08fb456a 2,656 1.00/1.00 vMB 6
856,962 856,962 000000000000000000024a0dfbcac66aeb982b3ee4b5a0ec9ef3e2ed01a51b89 3,332 1.00/1.00 vMB 4
856,961 856,961 00000000000000000000c1fb72b7a9cd9aec80e9c8a6b29753de4a148d1ab550 3,450 1.00/1.00 vMB 5
856,960 856,960 00000000000000000002521858364734ccd35e3cdcf443f89a630395bc89e8b9 3,007 1.00/1.00 vMB 6
856,959 856,959 00000000000000000000fdcb6d2e07cc883ab259e8e6c7f9d7fbcbe47ea44274 2,402 1.00/1.00 vMB 5
856,958 856,958 000000000000000000025a7a382d599544177c1edde4a21c7f49db35025ec89c 3,100 1.00/1.00 vMB 4
856,957 856,957 00000000000000000001aa66a5bdbf0c357cbd42c19e6c2f5aec85a90b747d93 2,353 1.00/1.00 vMB 4
856,956 856,956 00000000000000000000018763f451e306092f03ca42aedaf04ccd8c78addd6e 2,250 1.00/1.00 vMB 6
856,955 856,955 000000000000000000009fadb2703e7044857c3cea9178783287da938823bc4b 2,582 1.00/1.00 vMB 8
856,954 856,954 000000000000000000031e3c711e031e97fb3c7590ca91f22439e3304a1efd89 1,345 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.