Loading Tool

Explorer IconExplorer

Memory Pool

74,765 transactions
27.62 vMB
0.07590693 BTC
Random Selection Loading Transactions
Max Size: 168.38/200 MB

Candidate Block

Mining Attempt ddedf814e1d20049bdc4ef0108f74ce92b0166daa9b92d7fb007131f9f96c62e
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 49233fc2a3031345549e1ff27fe830537b89f96728dcef4f3ab5b6020d7a5b71
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,242
Size: 1.00 vMB
Total Fees: 0.01693441 BTC
Feerates: 121.74 > 1.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (58,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
856,953 856,953 000000000000000000019f72b7241d0102e9a49b62d13bc10a87be4ddc6343f2 1,506 1.00/1.00 vMB 7
856,952 856,952 00000000000000000001696a5833e9e5a9611c61213e33baf2bc9421cd384b2f 1,558 1.00/1.00 vMB 9
856,951 856,951 000000000000000000032041963072b7457d7accd165f92a5f350a3e81fd67aa 1,128 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.89 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.34 GB
    • Received: 17.35 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.