Loading Tool

Explorer IconExplorer

Memory Pool

39,554 transactions
18.34 vMB
0.14968503 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.12/200 MB

Candidate Block

Mining Attempt bcbc7fd7ef49b9fdcba811fc356d09fb73212f432bf1a68e4a6dda843fc8656f
Version 20000000
Previous Block 00000000000000000001f9031a1149e0ca831bb425bf636c4a0456659e3abb3e
Merkle Root c5771d4b796bffd9e1010031c42ecc8820189aef9c4fe64792291e68d4bb13eb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,763
Size: 1.00 vMB
Total Fees: 0.03074297 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,324 (707,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
205,957 205,957 0000000000000355c600027860ac5b0e2aeba3047b6f6df449845514c67ee33c 804 0.41 vMB 164
205,956 205,956 000000000000039ebaa8f9deca1a26dadd43eb3f40c3e3025d97eec03ff47643 11 0.00 vMB 335
205,955 205,955 000000000000045153dc07625cf1c37b1414f8e0c5cde21061c55ab11b31c348 110 0.05 vMB 150
205,954 205,954 00000000000002e638b3e46790496d95018383fbb00acf2ff8f367beed9dd1a6 34 0.01 vMB 209
205,953 205,953 0000000000000510ef73634073ef3497cbfe74db861e374ec0782e42c14da4ed 587 0.21 vMB 251
205,952 205,952 0000000000000020d6427691398c3365d700454bd94bd9405a05908eeb429bba 131 0.05 vMB 175
205,951 205,951 00000000000001106a0b99086d4836b658ce7274c26a74a9745f98d664e0a5cd 151 0.05 vMB 136
205,950 205,950 000000000000008a1845e0cd40493ad4928ff4de2dc570d94e13b48d45c49efe 125 0.06 vMB 259
205,949 205,949 00000000000000dea6d8f08cd815f43170a749032517b28798ac1e05ba250278 290 0.10 vMB 294
205,948 205,948 0000000000000395d60887683618dfdb5a68afc353523da9de33575d9b87a0e4 185 0.06 vMB 234
205,947 205,947 00000000000004ef8c931eec9a5321aa8b48e7358267a4d88b5f8b513c82a7e4 185 0.05 vMB 42
205,946 205,946 000000000000020f74197b2d2bf96ee4d8101421f00982c131933b6bf5d74dfd 190 0.08 vMB 133
205,945 205,945 0000000000000195314b44f819abaa28148c1a9ae4ca5246fd0408456f751b6f 86 0.03 vMB 27
205,944 205,944 000000000000040898f972bea067fa6ca72020a033afc9477c11a9dcc79c1fd0 425 0.18 vMB 180
205,943 205,943 000000000000026bf658c0ce06103ca51d12009669e76a202ce3e645a8fc2034 47 0.02 vMB 177
205,942 205,942 0000000000000168c9e94b9345cfd4e1f7afd73f3d6856bd57c11f0adf332cd0 10 0.00 vMB 74
205,941 205,941 00000000000001d78d9a291c71ecb8a6109dfc9eb3f232e398bec1c836aabfd3 198 0.07 vMB 219
205,940 205,940 00000000000000b7491968923b35abe01416b22265248b45242df57aa64fe4b0 69 0.04 vMB 129
205,939 205,939 00000000000001518775f99d01d04f97339a79b8978d6130770c104cacadcec3 8 0.00 vMB 154
205,938 205,938 00000000000004bf110213c9857f4a6945e933b6b6083f484c6462a4af976ba6 180 0.09 vMB 154
205,937 205,937 000000000000011c5c3dbd01ce6dd97bd9480ecf060038980d75396356541e1a 40 0.02 vMB 192
Previous 10 blocks ↓
Total Size: 779.43 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 86
    • Outgoing: 10
  • Data Transfer:
    • Sent: 125.28 GB
    • Received: 0.50 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.