Loading Tool

Explorer IconExplorer

Memory Pool

79,421 transactions
29.21 vMB
0.07444710 BTC
Random Selection Loading Transactions
Max Size: 177.51/200 MB

Candidate Block

Mining Attempt 9831dc0eefe972e5422f63bacb6fbafae6df9233d5636a02d81bc8d94ce42354
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root ec970885db92ec896ebd86b097443778bdd02a0f00d3808dac220c7f3a6288a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,303
Size: 1.00 vMB
Total Fees: 0.01313552 BTC
Feerates: 74.86 > 1.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (422,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,005 493,005 0000000000000000004bd8ae7772cf2b020b5b8cc13cf2856ca11e737dc6e3e2 2,165 0.92/1.00 vMB 316
493,004 493,004 0000000000000000007d0180ad7037994dd3024faddca0fa8c881438ce92683c 2,520 1.00/1.00 vMB 175
493,003 493,003 00000000000000000095226b4da3ad059b9abf041ad063c8bc9f3b57ef5ff117 2,444 1.00/1.00 vMB 207
493,002 493,002 0000000000000000000763c663c8917c0239bac393ae8ee36c8dcea9c9a0d522 2,436 1.00/1.00 vMB 230
493,001 493,001 0000000000000000004197431330a069e96233b8a6bbd7aad4397b5d3b32eabd 2,872 1.00/1.00 vMB 231
493,000 493,000 0000000000000000009597e5348a4d78883667819d000662f82a910899aa6271 2,700 1.00/1.00 vMB 269
492,999 492,999 000000000000000000711829663b1eba1f2a8ae533ff6b2eed8dd141490b1903 2,334 0.92/1.00 vMB 275
492,998 492,998 0000000000000000007127290b717bc10dd7bbab6ae9a4bc198a5fecedb43204 2,350 1.00/1.00 vMB 250
492,997 492,997 00000000000000000065ccb07486b8ce18b6d2082dbe89bc65481f9f9973cb71 2,595 1.00/1.00 vMB 290
492,996 492,996 00000000000000000032f2a05795b7c4a3369655c4fe9a4374f5f4a4a3a267de 2,615 1.00/1.00 vMB 310
492,995 492,995 0000000000000000004022ce1848fa543431b9e9d57910faa704583e1fc0c453 2,912 0.90/1.00 vMB 318
492,994 492,994 000000000000000000b89014f0d211cb106aa3380ea1637e10ef2a6c11b98f9e 3,285 1.00/1.00 vMB 321
492,993 492,993 00000000000000000024b32078a3194cf895146d19af93f46b8d702b0951d5ed 2,248 0.94/1.00 vMB 256
492,992 492,992 000000000000000000bdb9853b553b87427f4239247a49451b74717427e4426e 2,312 1.00/1.00 vMB 221
492,991 492,991 0000000000000000008ec460844b6436fc4d09fceb7c1d941b73a260083f9f71 2,507 1.00/1.00 vMB 299
492,990 492,990 00000000000000000092feeb2f17e887a80d3ff25ab71859c0ef7b1aede2b749 2,032 1.00/1.00 vMB 218
492,989 492,989 00000000000000000076e8317a1427eb1554ef93c4f6a6f2aab87cd317b4ed43 2,463 1.00/1.00 vMB 243
492,988 492,988 000000000000000000b35a60aea08e5cec3f6a68baac3215b51bd7fce45f9ca9 2,887 1.00/1.00 vMB 320
492,987 492,987 00000000000000000071249077abb07b8a7e4ee2c7e82e91b80e3a0dd098783f 2,507 1.00/1.00 vMB 266
492,986 492,986 000000000000000000a5c2f1f2da0adf16b48ebbf1e4ed54221075bb64b1e9d2 1,909 1.00/1.00 vMB 268
492,985 492,985 0000000000000000006f7b0fe6cb7c65a52c4b291c631235dc33fbdf1a55c683 2,728 1.00/1.00 vMB 303
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

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