Loading Tool

Explorer IconExplorer

Memory Pool

27,933 transactions
6.99 vMB
0.05251629 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.34/200 MB

Candidate Block

Mining Attempt 7f1d7898cedbbf3c9c08bf56e35bef4df6f3aee8eb8c38bb36f0562f89601faf
Version 20000000
Previous Block 00000000000000000001f19fa8f0fc3eeb1898d537102304d19dd162defe0c3b
Merkle Root 7b5e6afc6e42d95eddb9d510a915393d271979f6fbd4da2cedf33047b926e6c6
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,242
Size: 1.00 vMB
Total Fees: 0.02936999 BTC
Median Feerate: 2.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,205 (662,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,414 250,414 00000000000000666c575f54b147865670fdf7639904bbf4ee3887b5d1fc85cd 0.31 MB 637 117
250,413 250,413 0000000000000015e1d460c3733e2432bf21f1d75f908ed29b85892963e5d1d7 0.04 MB 70 75
250,412 250,412 000000000000002b993875ecd9b83a9dfe710154d1d7efbd71a6f11720121429 0.17 MB 429 116
250,411 250,411 00000000000000280b708b5df666212e7144ad1d5c8fbf8a18e84db11b101aa6 0.06 MB 95 33
250,410 250,410 000000000000002b89a1686f1c9f36af7ee1b7663a8e828654eb246a15335f78 0.25 MB 530 113
250,409 250,409 0000000000000025784711e9dfa95d14d7ce8dfd976a348f361b8644d027ab9c 0.21 MB 451 156
250,408 250,408 0000000000000071514801e13fcb088fa4fc2cfea987683797fd2db9f4799e37 0.05 MB 86 50
250,407 250,407 000000000000004979d0e32a48a8309df1dfc7f18e9a46449eff3c1afa7fa071 0.11 MB 195 35
250,406 250,406 00000000000000387c486e6e53a58d4d63fa5272234c15ffad1e1d9bb49526ea 0.20 MB 512 145
250,405 250,405 000000000000003c7a2705aeabe9cae96d93e391fa1fff07534c244a88636fe9 0.06 MB 116 82
250,404 250,404 000000000000002a389bffa896f26b670ab8ae43882e73c8cbe41a0899ded09e 0.03 MB 86 125
250,403 250,403 000000000000002a2663d4faadf43b1f3d0adb30cc8849143830413e4b301f7b 0.10 MB 207 101
250,402 250,402 000000000000002f994d80695c5dc916ed369ef5a2c0a0fb3e704059c9ec083f 0.19 MB 356 58
250,401 250,401 000000000000006c571ffc24ce5ba757f5f011e2a2debc1f8d5859504a5ec29f 0.25 MB 530 119
250,400 250,400 000000000000000ead5617229ca302153fb0bb8ff9eb2283b41ca2640194fdfe 0.25 MB 633 124
250,399 250,399 0000000000000060bc4cb270085928b9abd44a80701d36e467d3dd30a6059c3f 0.45 MB 922 97
250,398 250,398 000000000000000b07d41b9cf8c5e1e9ef3fbaefcfa784315992fa4e63df037f 0.06 MB 81 37
250,397 250,397 00000000000000148f9bc4f87d06c504c15cc67810ee3f8802e984f92ce67ead 0.21 MB 506 129
250,396 250,396 00000000000000046c6df9b3d3a88f21dc446bedd37037707592627a522ccc9a 0.06 MB 129 63
250,395 250,395 000000000000003b7a91dd8826a934562fad2b2d613607ee9e8510c1c0779c06 0.05 MB 100 55
250,394 250,394 000000000000001a88306df8fec0298413aaea7d5d3330d2a754e6e6c8b6c322 0.04 MB 108 62
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

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