Loading Tool

Explorer IconExplorer

Memory Pool

58,290 transactions
29.08 vMB
0.06092052 BTC
Random Selection Loading Transactions
Max Size: 160.77/200 MB

Candidate Block

Mining Attempt 8d51553e5c291ca0cae6632c9b08ffdce654d7559d10dd5c7ed3d785d848e597
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 1037ea1e75bda9d9367d9facb4c2b3bdf5c875462457866fe6a67ad89e6e7ecf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.00536320 BTC
Feerates: 108.49 > 0.54 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (98,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,095 816,095 000000000000000000021733a8d919d60dcaf1cbf3b46d51f60e96752b166cb8 3,365 1.00/1.00 vMB 53
816,094 816,094 00000000000000000003415a83e1c949ab6f207af678db69d413b119d15a3623 810 1.00/1.00 vMB 47
816,093 816,093 0000000000000000000406aff14724c7fe376bbc7db3da3a92e008d5d60150b2 3,073 1.00/1.00 vMB 64
816,092 816,092 000000000000000000017b3d38e2304948d4291696dab32303838db0649833de 3,826 1.00/1.00 vMB 111
816,091 816,091 00000000000000000000cfb9f9ddb6697a31ac734132735fc2decae1a07cb714 3,370 1.00/1.00 vMB 59
816,090 816,090 00000000000000000000b1ad4b1aa21a2dd9a5b2c14ba7cd1d13ceea5f7c26a3 3,182 1.00/1.00 vMB 148
816,089 816,089 000000000000000000021f892c599c12af48298b31937c70e7fcdec7d583bbd6 2,535 1.00/1.00 vMB 65
816,088 816,088 00000000000000000000343d58ddd85e3df8692702a3faada7da3b7f00ec2073 3,679 1.00/1.00 vMB 145
816,087 816,087 00000000000000000003a8826874dd846ed0dfd0fc3e8d2c2f6c61f6529ba80b 2,656 1.00/1.00 vMB 56
816,086 816,086 000000000000000000046c1ef0ad15e9233603812e8b49a3255b5c47b1acd7e6 1,420 1.00/1.00 vMB 51
816,085 816,085 0000000000000000000229d648906c89df168dbbc77be811b9d9d42baa5e2b8b 4,012 1.00/1.00 vMB 88
816,084 816,084 00000000000000000003d26b491345c20f3230ed3efb4070c4a9ac1413cd90b1 3,036 1.00/1.00 vMB 60
816,083 816,083 00000000000000000003658e52e15817a5b42cb2e8ac5ae8646d77be0a0b258f 3,116 1.00/1.00 vMB 108
816,082 816,082 000000000000000000014bc93a96b2fbf0df29eaec806c8a47a70b5b55d8a304 4,147 1.00/1.00 vMB 72
816,081 816,081 00000000000000000001c8a7d77cfeef92f143a06b9cb39cf3d4c9d65f664f2d 2,815 1.00/1.00 vMB 136
816,080 816,080 0000000000000000000477ad84a8fc003ad0897792b547b3ef89cd3e25794f56 2,380 1.00/1.00 vMB 79
816,079 816,079 00000000000000000001894684f770c95c35791bb8eda2e533f6c7509c4e3520 3,147 1.00/1.00 vMB 112
816,078 816,078 0000000000000000000063e3416e78f64955b6b6efc392dbc319c532cb96e3e6 3,187 1.00/1.00 vMB 119
816,077 816,077 0000000000000000000279955360a28b28ba8730aa9fc5753c77c58730b59093 3,207 1.00/1.00 vMB 132
816,076 816,076 000000000000000000021dbc8f6dc3cc69349ae5dd3d3193f0834fb6b92f6a55 3,079 1.00/1.00 vMB 94
816,075 816,075 00000000000000000003b656efd46a3e96230ac111717c345097ba552c0f900a 3,658 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.29 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: 657.07 GB
    • Received: 14.48 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.