Loading Tool

Explorer IconExplorer

Memory Pool

22,452 transactions
10.32 vMB
0.03216940 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.15/200 MB

Candidate Block

Mining Attempt 504ab81a0b7830f409763cd75703ff68f18cb5586a91bb6b5203c071d3d8457c
Version 20000000
Previous Block 00000000000000000001b46eb5c426512bb9798b463607b3f221e8089d2fed76
Merkle Root 8d479a2d8d01cc1e4001731ce95827ee73976db1f62f5aafb489edb57dda2274
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,310
Size: 1.00 vMB
Total Fees: 0.01530286 BTC
Median Feerate: 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,538 (663,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,405 250,405 000000000000003c7a2705aeabe9cae96d93e391fa1fff07534c244a88636fe9 116 0.06 vMB 82
250,404 250,404 000000000000002a389bffa896f26b670ab8ae43882e73c8cbe41a0899ded09e 86 0.03 vMB 125
250,403 250,403 000000000000002a2663d4faadf43b1f3d0adb30cc8849143830413e4b301f7b 207 0.10 vMB 101
250,402 250,402 000000000000002f994d80695c5dc916ed369ef5a2c0a0fb3e704059c9ec083f 356 0.19 vMB 58
250,401 250,401 000000000000006c571ffc24ce5ba757f5f011e2a2debc1f8d5859504a5ec29f 530 0.25 vMB 119
250,400 250,400 000000000000000ead5617229ca302153fb0bb8ff9eb2283b41ca2640194fdfe 633 0.25 vMB 124
250,399 250,399 0000000000000060bc4cb270085928b9abd44a80701d36e467d3dd30a6059c3f 922 0.45 vMB 97
250,398 250,398 000000000000000b07d41b9cf8c5e1e9ef3fbaefcfa784315992fa4e63df037f 81 0.06 vMB 37
250,397 250,397 00000000000000148f9bc4f87d06c504c15cc67810ee3f8802e984f92ce67ead 506 0.21 vMB 129
250,396 250,396 00000000000000046c6df9b3d3a88f21dc446bedd37037707592627a522ccc9a 129 0.06 vMB 63
250,395 250,395 000000000000003b7a91dd8826a934562fad2b2d613607ee9e8510c1c0779c06 100 0.05 vMB 55
250,394 250,394 000000000000001a88306df8fec0298413aaea7d5d3330d2a754e6e6c8b6c322 108 0.04 vMB 62
250,393 250,393 0000000000000059508428a3b8082798c5e7784adc3f9fca3ae2bd1fffad8cac 142 0.08 vMB 49
250,392 250,392 000000000000004fe77132ce951511385d1c04d6de854d5ba60aede56ce46ed9 273 0.15 vMB 101
250,391 250,391 0000000000000055e55f97939770f2722c33628182cb49fdcf48bf79dcbf478c 287 0.13 vMB 88
250,390 250,390 0000000000000014542312b91c7eec739eec9c358105ef95e793d2a9cf0bcb54 1 0.00 vMB 0
250,389 250,389 000000000000001decaa493a944cd22d0341106745560cf587156a7673595683 895 0.48 vMB 87
250,388 250,388 0000000000000008af2d0ac78304d8b812c73e309652de406b37a7d76e2642d7 816 0.30 vMB 105
250,387 250,387 0000000000000004a54ce48a2198fc9e53964ef2a5ce093fcec47622ffc77200 692 0.25 vMB 199
250,386 250,386 0000000000000060693f428a72343059b67c2c7e7bc776e93ff0dd4986c55371 579 0.25 vMB 103
250,385 250,385 000000000000006b43fa2b0623177755281379e353435c8759684a435967a956 666 0.25 vMB 189
Previous 10 blocks ↓
Total Size: 779.80 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: 407.07 GB
    • Received: 2.13 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.