Loading Tool

Explorer IconExplorer

Memory Pool

74,649 transactions
27.73 vMB
0.07405772 BTC
Random Selection Loading Transactions
Max Size: 168.72/200 MB

Candidate Block

Mining Attempt 491bb2d1d135e4ec6f0cfe2709a99dca47e7eeb80a16c6c46aa03d975006bd7c
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root 76a8c8a8643779b7c87dce15ba203c6df5541053731d00934742c48011671647
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,827
Size: 1.00 vMB
Total Fees: 0.01481072 BTC
Feerates: 71.37 > 1.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (130,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,243 785,243 00000000000000000000e2d9727d42e37d4bdb9e09570f4127f78ce910a23be3 1,474 1.00/1.00 vMB 16
785,242 785,242 00000000000000000002d14d94d3f0599619c297b3586a5893cb468097dbb48a 2,654 1.00/1.00 vMB 18
785,241 785,241 00000000000000000003c87c94767ca8c7d6ad57452191a0614e3eec37e9f910 2,153 1.00/1.00 vMB 21
785,240 785,240 0000000000000000000156f74e55e6b5e4fb7421fd0cd17d538b31438da6746b 3,447 1.00/1.00 vMB 25
785,239 785,239 00000000000000000003b0bae1de90268366eb4c32496b11c46e6c250ef0677b 2,814 1.00/1.00 vMB 30
785,238 785,238 000000000000000000010929a7b4eed62f26e84a4aa08063f8b0f84cbae0b039 3,593 1.00/1.00 vMB 30
785,237 785,237 00000000000000000001e71e50f8ac5789476e583e79dce7c6c19fc5d19878f7 1,719 1.00/1.00 vMB 23
785,236 785,236 000000000000000000001883d3d0cd5f0006fda3ddad41d03916a014f7cb0097 2,618 1.00/1.00 vMB 32
785,235 785,235 00000000000000000001c23c49f418a63155ecf3b741df1a9d60ad93dfb33add 2,533 1.00/1.00 vMB 28
785,234 785,234 0000000000000000000148d8f1a545b7ef32e0e36a0544499eccb468149a9b7f 3,679 1.00/1.00 vMB 15
785,233 785,233 00000000000000000003295525780aea1cd06256395f9d97d8868ac4392fc976 2,961 1.00/1.00 vMB 22
785,232 785,232 00000000000000000005086d82384ba5f22f6cd42e8ec0dd3c5e5c3615103cc7 3,767 1.00/1.00 vMB 28
785,231 785,231 0000000000000000000371f8babec6cc9b9393b25d7b07f447c8b5c04e6e89e6 3,077 1.00/1.00 vMB 35
785,230 785,230 00000000000000000001e8fc2afbf62fc19ffe00270baa5c401536c93f596208 3,231 1.00/1.00 vMB 27
785,229 785,229 000000000000000000007bc4d14912387de420c200d0f5a489efb71250f1e08f 4,016 1.00/1.00 vMB 31
785,228 785,228 00000000000000000002dbccad056ae5454ad047ae2bb0baaa5b7b78975a8208 2,937 1.00/1.00 vMB 27
785,227 785,227 0000000000000000000375a038731a5182b12958592398eda15bd6a4fd09471d 2,428 1.00/1.00 vMB 15
785,226 785,226 00000000000000000004518f2f770550ef049c30a110eab36438bc809b39a3f4 2,959 1.00/1.00 vMB 16
785,225 785,225 00000000000000000000937b48bcd82c75e2d1bba42185ff4a3edeba9ceeaaee 1,135 1.00/1.00 vMB 18
785,224 785,224 00000000000000000003db7d6f8d03b8310c41f472866225976e514543cc1290 2,953 1.00/1.00 vMB 25
785,223 785,223 00000000000000000005668016166588cbc4ddebaccc33aa152603ba7948ce48 3,284 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.83 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: 711.78 GB
    • Received: 17.12 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.