Loading Tool

Explorer IconExplorer

Memory Pool

78,990 transactions
29.56 vMB
0.07086191 BTC
Random Selection Loading Transactions
Max Size: 177.65/200 MB

Candidate Block

Mining Attempt 6be01b1695b0bf1f2d2dcc229a0d4504eabed39649689161e442f00c69b6e6fe
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 40257871ded6476593408eecda93a17e9de230c2d2129a802c2a6ed297d3bc79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,641
Size: 1.00 vMB
Total Fees: 0.01070424 BTC
Feerates: 50.25 > 1.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (81,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,482 833,482 00000000000000000000fc4fc7ba7a0336e5d4447f3b5fad162db6d6d4b7293e 2,966 1.00/1.00 vMB 39
833,481 833,481 000000000000000000009aa8ece278d931f9d92ce8cbd1284e59608f67ec0f6d 2,429 1.00/1.00 vMB 24
833,480 833,480 00000000000000000001a7a382405e249a54ad837690881dfe01900c8bbb6149 3,004 1.00/1.00 vMB 37
833,479 833,479 00000000000000000002597c413f11f5ec32fb0fa2c85592f33a1e9a1e1c434d 2,788 1.00/1.00 vMB 23
833,478 833,478 00000000000000000002473c10343822fb4bbc833a7d16838cc2a3304f71a927 1,982 1.00/1.00 vMB 46
833,477 833,477 00000000000000000002715e5eb5e6e103f319a218906dda8d6b0f4f9b51cb4c 2,939 1.00/1.00 vMB 41
833,476 833,476 00000000000000000000474ed4f1e6cb4cc555650ac38c2bda52d9d22395bac8 1,648 1.00/1.00 vMB 21
833,475 833,475 00000000000000000002863014d25b58900d654b8f42077ba10abe5eaddc382b 2,551 1.00/1.00 vMB 27
833,474 833,474 00000000000000000000de5fb2d063b9a415e2cfaa0b1e937535b2501e3480c8 3,513 1.00/1.00 vMB 35
833,473 833,473 000000000000000000024b0d66daa2f83338233baf76c93be2870324e99f7c93 3,011 1.00/1.00 vMB 24
833,472 833,472 000000000000000000033c4953f54fcbaa6e9e8f2949f301a89b5e12a971206e 2,779 1.00/1.00 vMB 46
833,471 833,471 000000000000000000028c3658bd8f18ff215160760f7b721bca993499b7d663 595 1.00/1.00 vMB 15
833,470 833,470 0000000000000000000203042648d058889da178babe12451fd2b24f451186fa 1,285 1.00/1.00 vMB 17
833,469 833,469 0000000000000000000386fff7c3cba931f2d23e2618cf1f51a5bc6afcbcdbb3 3,197 1.00/1.00 vMB 44
833,468 833,468 000000000000000000034f97536c5a20a718c7a796a40000b0c0474094c17679 1,412 1.00/1.00 vMB 20
833,467 833,467 00000000000000000002846af0f18f5fc06665c156a04e62f605486d156cd565 1,983 1.00/1.00 vMB 26
833,466 833,466 00000000000000000000776804f8b4f9ee38b373de1f08e2efb54fabb504fe88 1,862 1.00/1.00 vMB 19
833,465 833,465 000000000000000000037e7f6262486a8011b3e8f1427a5ac89a2d3c562b6a41 3,267 1.00/1.00 vMB 25
833,464 833,464 00000000000000000002cd2d710a27de464fa07fc00b1a89752e22baa2758803 2,697 1.00/1.00 vMB 25
833,463 833,463 00000000000000000001a576e21315079c4c3a591ff2ee12bcfdf9970ff3ea87 2,535 1.00/1.00 vMB 46
833,462 833,462 00000000000000000001829ca41136ae5075f54d1f1583363726160a0493d81c 2,362 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.