Loading Tool

Explorer IconExplorer

Memory Pool

29,606 transactions
15.06 vMB
0.09056660 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 81.74/200 MB

Candidate Block

Mining Attempt 4f6b34ad237f4272792d920d8404353878f8542f9631dd729872233f028c1da8
Version 20000000
Previous Block 0000000000000000000192f7f7f29540150f204e06421cc00ad7343613157401
Merkle Root 0ae5a58098154739eb847a320633f045ef409dc03aeae3021e238f927e54a398
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,485
Size: 1.00 vMB
Total Fees: 0.04541623 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,250 (707,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
205,963 205,963 00000000000001bca031410871e8c69fab9c45d9708e992a518fe3e1be2b1199 311 0.23 vMB 138
205,962 205,962 0000000000000502a6bbea0611c0d43876d6d9f573be41458def5cf60a73b4c7 5 0.00 vMB 109
205,961 205,961 00000000000001afe7f883887b3e7d2528cb32960471531cd64ae106cb68cabe 32 0.02 vMB 70
205,960 205,960 00000000000001ab9d2073e13f5bc5539f6f15ef0d1d3108f8e640111f8b20ef 366 0.15 vMB 195
205,959 205,959 00000000000004135ab227cca75ca2f08fad7a222763d25969b9e0a3aab7c51b 305 0.09 vMB 137
205,958 205,958 00000000000000c8a4aa6487114433aa7c89825f9a99a9a0af65faa0ad82bbc3 193 0.09 vMB 260
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
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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