Loading Tool

Explorer IconExplorer

Memory Pool

82,488 transactions
30.73 vMB
0.08215258 BTC
Random Selection Loading Transactions
Max Size: 189.11/200 MB

Candidate Block

Mining Attempt 1f62e42cfe3610a86ea001a0863c450d650b2b35a3e39ff221900f3438e7f804
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root 6d188b59d43999096c3bf8f5ce3324742f21afdae8b104e57740903524a7b47f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,264
Size: 1.00 vMB
Total Fees: 0.01336334 BTC
Feerates: 353.36 > 1.34 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (460,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,979 454,979 0000000000000000023b72bbf25f85e247ec2b5979c67bb621ad1cd990b0650b 2,427 1.00/1.00 vMB 125
454,978 454,978 000000000000000001fded70984d31a13417b89a8061c9b017133e790bfc5d70 2,006 1.00/1.00 vMB 141
454,977 454,977 00000000000000000020b39304c840ace5d4cc487f921d628626aa217c94c3f3 2,517 1.00/1.00 vMB 171
454,976 454,976 000000000000000001df32909b41157a225e9d00af717ea8c6d96750bf05f67a 2,671 0.93/1.00 vMB 184
454,975 454,975 00000000000000000008b7ff6b7be92ae232fd6bbb35c866c276ec9c57c37e65 2,287 1.00/1.00 vMB 141
454,974 454,974 000000000000000001afbfe1209aee1882e8a8930bc1e020c4a37d98f72640d7 2,527 1.00/1.00 vMB 130
454,973 454,973 000000000000000000287548ddf14a38d3351f6056b4eebb11a6cb65afb80849 1,894 1.00/1.00 vMB 134
454,972 454,972 000000000000000001a4efea8aed77bf22472952e0e11a2ea40264e0d3da362e 2,284 1.00/1.00 vMB 148
454,971 454,971 000000000000000001ca8e521980d3e375e109d58d71028e70b48ab9b179a534 2,076 1.00/1.00 vMB 127
454,970 454,970 00000000000000000116c72a2a87385afef74337decb9cadf004a866bb0c7420 2,447 1.00/1.00 vMB 158
454,969 454,969 0000000000000000024c7d9b11a516f8a2873da0a5b0259482f724c2ed4aef1b 1,963 1.00/1.00 vMB 134
454,968 454,968 000000000000000000cc1703f32f4ef9fefaf19c066bff269068c4f9a11b55ce 2,741 1.00/1.00 vMB 173
454,967 454,967 0000000000000000018ea144d411813852f35ac4cbaf021eaa3a3bf03439e200 2,758 1.00/1.00 vMB 203
454,966 454,966 000000000000000000af40e2295fe290fee4595333b842312d4d4d98172725ce 1,055 0.66/1.00 vMB 82
454,965 454,965 000000000000000000c3c78b72fee8a667e7ae07f57e8a5fe0955f9b2c253e4a 1,185 1.00/1.00 vMB 63
454,964 454,964 000000000000000000b20ef49806f854445f06a7708e78f30d3ffa01da937aa2 2,171 0.93/1.00 vMB 136
454,963 454,963 000000000000000001e8c35fc00282e12b0a248c1957407e2cf4f2767fe3407a 2,080 1.00/1.00 vMB 111
454,962 454,962 00000000000000000178bf3ee6643f361ec341dc33ddd1959d0470e5c8b20b38 2,205 1.00/1.00 vMB 149
454,961 454,961 00000000000000000024a996b9be8a408fd8189029f5731300207ea92cfcc372 370 0.97/1.00 vMB 29
454,960 454,960 0000000000000000016e802c1c9e9d14b03fa463a52be714b0f714451346bc66 1,074 1.00/1.00 vMB 59
454,959 454,959 000000000000000000bb1b9dcd6cee5d43e0b2b339d36aba4d8bc20a0893eb2c 1,869 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.79 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: 709.81 GB
    • Received: 16.99 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.