Loading Tool

Explorer IconExplorer

Memory Pool

27,856 transactions
8.21 vMB
0.03696922 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.34/200 MB

Candidate Block

Mining Attempt 36b14999df8bd548ddde38b64b0e52c62113322b4c6e9ba2c2c5fa8c3570b7af
Version 20000000
Previous Block 000000000000000000019a7495f46359c21df52045f242ba3c736d3d7dbfd876
Merkle Root 0cc0fcb324de12485a398e98dee65be2f2aad142ea928b466235d6b52375767a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,490
Size: 1.00 vMB
Total Fees: 0.01321931 BTC
Avg Feerate: 1.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,021 (722,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,249 190,249 00000000000000f62e5dd2430cb6d8ca343d2f5d45457be0351e75eacf40f752 0.13 MB 444 24
190,248 190,248 000000000000033902df90f22afca8f2511197d59c85304842c86e8e917a744e 0.16 MB 470 168
190,247 190,247 000000000000045c2320e1c52b4d86fe33254a40430477bdb23c191c4f0b3ef4 0.06 MB 111 209
190,246 190,246 00000000000005c5ee6031c680124acf64e971578f3c3fa6f4a4930b541a0fb0 0.17 MB 477 137
190,245 190,245 00000000000004d0824fdae3b5821281df5340304f21cec0f13112e9d7fba0ea 0.08 MB 236 141
190,244 190,244 00000000000002f9f9fc5c5059264bc24ec01afb4da3c8352ae11ed22587091a 0.21 MB 653 161
190,243 190,243 00000000000006b3c26d8afdd5654060f5bda29025af395c79e76ffdf6470dca 0.05 MB 156 78
190,242 190,242 000000000000074b438c058f769c0287b705a4c15b02effb122dbec0ade37144 0.01 MB 32 11
190,241 190,241 00000000000004e953a5a837f5112e15cfac3ac7febd824761e9cee6fb48de9d 0.03 MB 74 121
190,240 190,240 00000000000003b90047c7afcf078b4a65e366b7aeb190e0127459dc306fea27 0.10 MB 284 147
190,239 190,239 000000000000086de7b99e3cb7123c226b01aacb85c003641e475f1cebb789a3 0.05 MB 121 132
190,238 190,238 0000000000000254cc34d9a9722a6b5179921eb84e1153d90632060be8c7101c 0.02 MB 64 147
190,237 190,237 0000000000000766c81603a9405f681b6f7ea122ae612aa5605cc126a75668ee 0.04 MB 88 107
190,236 190,236 00000000000006fdf62572bf6626e5f901b7e2f26e2edb8a7f7429a9befb0ea4 0.05 MB 106 109
190,235 190,235 000000000000016d01778bfb3e144d825fd243721f1bec2974edf0fe176603dd 0.02 MB 45 101
190,234 190,234 00000000000004f401d406652c0b7825f9ce8a5dd22257dac88dcdec9f975531 0.13 MB 364 147
190,233 190,233 000000000000005daadfe5a82f47d845b0baeaff380d1c0ac4f0f957675408d8 0.01 MB 32 0
190,232 190,232 00000000000008ab3223385f268ed5c612fbe0720572af68d4cf87154c5bcbd0 0.04 MB 107 108
190,231 190,231 0000000000000825ad6cd95ec3a020b1c413a6163bf039bc782055a4f4a10c05 0.01 MB 32 0
190,230 190,230 00000000000006b2ad485c6d8ba209caa115a91a5d7f287a34236b9552a10373 0.00 MB 9 40
190,229 190,229 000000000000056b189cc45454ab3ca2f3f96a494f9790399e970f4be32a1cee 0.06 MB 95 161
Previous 10 blocks ↓
Total Size: 778.88 GB

Node Details:

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