Loading Tool

Explorer IconExplorer

Memory Pool

79,250 transactions
29.25 vMB
0.10395379 BTC
Random Selection Loading Transactions
Max Size: 177.33/200 MB

Candidate Block

Mining Attempt 32687ff960b6e01ea014bab16d7a48bdf2417bcc567ae396fc18f73754ff8de5
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root e85e0d0bead70152d1dd1814eded95134d340b11648aba4051a2323951856678
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,845
Size: 1.00 vMB
Total Fees: 0.04247185 BTC
Feerates: 137.15 > 4.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (240,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,428 674,428 0000000000000000000882058afcc4530930f9d43aa71a547b303f7c6d7ab789 2,631 1.00/1.00 vMB 104
674,427 674,427 0000000000000000000bb03a36a6d25206823334a1471ba8d803b5d3b60803ab 2,426 1.00/1.00 vMB 76
674,426 674,426 00000000000000000006013bab338fc8c1ab8af9444433f01e641d4e914e6779 2,454 1.00/1.00 vMB 66
674,425 674,425 0000000000000000000aa5fb32dd3b74d7b1e76adbaeed8ecc319015017e107f 2,213 1.00/1.00 vMB 101
674,424 674,424 00000000000000000002f3ebc8bf22afef28ad3c13b87f39cb0d9a5f66e15801 1,766 1.00/1.00 vMB 76
674,423 674,423 0000000000000000000a57109b4c083bc861ccdc01e4726426a04451d254a878 1,431 1.00/1.00 vMB 90
674,422 674,422 000000000000000000030476367e6597f16d50d64c5b57baa72da3f2439c2f01 2,693 1.00/1.00 vMB 93
674,421 674,421 00000000000000000006db6427d4d812a03dc0dac7770860f46a99bf0d6ad5b6 3,193 1.00/1.00 vMB 109
674,420 674,420 00000000000000000000e9c467d2068db9cd1d13c0d0bbe5a28ec7c8d8a545ec 1,370 1.00/1.00 vMB 34
674,419 674,419 00000000000000000002c3c738ee552f8d8a49b3527f953773a743d9b31b4b53 2,645 1.00/1.00 vMB 72
674,418 674,418 0000000000000000000407aac860c68b1b211ea5de473bc06dc306d5f3d78913 2,362 1.00/1.00 vMB 61
674,417 674,417 000000000000000000029b501adbff1beb7d1e0e5a35eaaf64fa1f10bf504279 2,760 1.00/1.00 vMB 63
674,416 674,416 00000000000000000009516d5ff699e56012008ee06e6af998117a117f3a7ebd 1,595 1.00/1.00 vMB 39
674,415 674,415 0000000000000000000b813850299df23bf1e60c1b05035f6cea9416db58ab0b 810 1.00/1.00 vMB 23
674,414 674,414 000000000000000000080c6386b0df087f4e754feba5b591b50f5045459e7e53 1,782 1.00/1.00 vMB 33
674,413 674,413 00000000000000000001277c79f07bdac91c2492caf6f066dd381433b36204f6 1,946 1.00/1.00 vMB 27
674,412 674,412 00000000000000000003da4a99b55a5fd9decd9da4f4dde4e8db60c486d232ce 2,285 1.00/1.00 vMB 40
674,411 674,411 000000000000000000067de46e6f55902ceff4a1398af9a18ef687f9b498f2ba 1,638 1.00/1.00 vMB 68
674,410 674,410 00000000000000000004f17237fba7c26f3e8bcde5ea8a499c6bd6f2ab5bb2a3 2,017 1.00/1.00 vMB 100
674,409 674,409 0000000000000000000a4d5d58ccd1c618e54f9f9995bb4dc379fb11ed5bf51b 1,679 1.00/1.00 vMB 85
674,408 674,408 0000000000000000000b5ff409074046bd5ff2095100033c933364461d1ffe19 1,798 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.59 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: 671.42 GB
    • Received: 15.93 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.