Loading Tool

Explorer IconExplorer

Memory Pool

39,285 transactions
28.58 vMB
0.06371082 BTC
Random Selection Loading Transactions
Max Size: 145.12/200 MB

Candidate Block

Mining Attempt a99d1883b1ca9f8f16752a601306a186bf727570b098df1e82c15c3708379bcb
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root e9cac454cac329244598a6c33d2780d19b11ce27f45efa6b7eee0df5f19083b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,606
Size: 1.00 vMB
Total Fees: 0.00839735 BTC
Feerates: 50.27 > 0.84 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (669,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
245,417 245,417 0000000000000004175ffde94f58d95f054616c67b6b48de5d1b5c2da38caa30 109 0.05/1.00 vMB 138
245,416 245,416 00000000000000c716451b754b448acf327e10bb5e5898dc62d5ff73ef07e5da 80 0.05/1.00 vMB 68
245,415 245,415 000000000000009f178db467aabc017eebdbcf63fe1cbe368eb483f05cd81c8f 385 0.16/1.00 vMB 142
245,414 245,414 000000000000003c6f7158821a318881858486808aa67511c163f8478ede0e23 96 0.04/1.00 vMB 169
245,413 245,413 0000000000000013a7b10a37a3bbf03ab68f47959bf0dc0c589c89e42e3285a1 81 0.03/1.00 vMB 140
245,412 245,412 00000000000000b8d6860a650049527caa592c6f2dfd8495e433c6b43f38c811 136 0.34/1.00 vMB 24
245,411 245,411 00000000000000763f9a2ca744e272da8ca132d038e30dab034358dce612adfb 331 0.17/1.00 vMB 100
245,410 245,410 00000000000000256e3a8711957dd5f4a2fb74f7f8d7918f2dfee96b8dcf20f7 303 0.25/1.00 vMB 114
245,409 245,409 000000000000002376e4ce4f0ae0cc7241a42e2c1238dbd19ee2bc0d5531dc48 5 0.01/1.00 vMB 52
245,408 245,408 000000000000001e787dfb0bec7fb6b81350d4f7a4d6962963d7a0c3baf35586 69 0.02/1.00 vMB 75
245,407 245,407 00000000000000881dceb43ab4a7f3d01fe787d6fc41bcbc18ce3a85770aafa3 453 0.23/1.00 vMB 146
245,406 245,406 0000000000000065c9fa323921bfe1b3ca7ccc391cf516e8a59b918f81d4f7bb 126 0.05/1.00 vMB 146
245,405 245,405 00000000000000b0245437a9a6400169609e7f5f1515c96c303b6e22eacf3372 148 0.07/1.00 vMB 113
245,404 245,404 000000000000005da83e2befd04a59fd944c7a366a3da1e86603ee2596f1071e 232 0.09/1.00 vMB 139
245,403 245,403 000000000000003095c4f4739e24753de8e8cc9d4fd10b2b7f0f04818ad58bba 358 0.16/1.00 vMB 113
245,402 245,402 000000000000001a01c11f02ab7862e3bf318e7e60376a8d9008edf44a397da9 81 0.05/1.00 vMB 76
245,401 245,401 0000000000000055286a2c027541dcf5c9c120aacf6631340eb946333dc65ed0 15 0.01/1.00 vMB 9
245,400 245,400 000000000000005cf08d066b9ef35cac315c6d50e5e27c185447410f3e19f3d4 182 0.09/1.00 vMB 108
245,399 245,399 000000000000001009c4d22753cae86475657b307f96a178dca0fa6b8d374ca2 214 0.11/1.00 vMB 78
245,398 245,398 000000000000002bc4832ea660d03e1f5e2d370b34e2b8c887a200236db08f6f 512 0.25/1.00 vMB 129
245,397 245,397 00000000000000361d694308e2175f34f8a6740d455d55ecbca6f6ac78de7dd5 7 0.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.64 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: 626.29 GB
    • Received: 11.62 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.