Loading Tool

Explorer IconExplorer

Memory Pool

77,966 transactions
29.43 vMB
0.10453495 BTC
Random Selection Loading Transactions
Max Size: 177.28/200 MB

Candidate Block

Mining Attempt 6c4bea2889b63ad8ea1ffce7f80a1a9fbf58f379755d34fd0441ccf250c6d77d
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 2ccb365ececa4f0d002a7db0d917175b139825df5c50fb6e55cfae79703271a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,209
Size: 1.00 vMB
Total Fees: 0.02859852 BTC
Feerates: 151.12 > 2.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (542,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
372,411 372,411 00000000000000000a67861bc88e28718c4c0fcaab4a0066cba98a19e085d743 764 0.95/1.00 vMB 49
372,410 372,410 00000000000000000168ea7d2d11dfbcfeabfaa11c4a38f4cadd96f256bb4ded 667 1.00/1.00 vMB 19
372,409 372,409 00000000000000000778b3ce090e676652209e05dd95e83e1a2503f14f7d035b 501 0.77/1.00 vMB 71
372,408 372,408 00000000000000000afce7fa12b272e5330eab2de15e61b6ed8cbd4457819120 684 0.92/1.00 vMB 19
372,407 372,407 000000000000000009d322f2d69553489673796dc51989a7f197283435a8296e 899 0.93/1.00 vMB 38
372,406 372,406 000000000000000013516237105bc301f315a6c2f93f4d8aebfcd12349f08c98 1,206 1.00/1.00 vMB 24
372,405 372,405 000000000000000002e1f7be3bea74232a7d6a06b89a363acd41bcad626e3f69 1,829 1.00/1.00 vMB 42
372,404 372,404 00000000000000000d352889da7fea3ebd88decf4e83437e70e86b92a45d3ca8 2,690 0.92/1.00 vMB 62
372,403 372,403 0000000000000000129c77f61e9db007c73576e8fdb2545abc04eb67ae6eae31 1,440 0.95/1.00 vMB 24
372,402 372,402 0000000000000000026782b210a815d7332cf2519231c4c39d4aefe9b0891fc0 1,685 1.00/1.00 vMB 25
372,401 372,401 000000000000000007774dede5f1ddd0392a77fd38e09249571e7b2804ae1524 1,794 0.95/1.00 vMB 46
372,400 372,400 00000000000000000d95c8759d992982e8d3d00cf39191a8e2d4789f64c46a9e 2,563 0.95/1.00 vMB 61
372,399 372,399 0000000000000000059ff61266bae60a63fab84c8011857ee84c4eb3f0bd7273 367 0.39/1.00 vMB 17
372,398 372,398 00000000000000001285504c065c22b88216e5f4e8980ed2a729bee945fdfbf6 1,263 1.00/1.00 vMB 23
372,397 372,397 00000000000000000b08a51a4c0205f81c6c37cc66ac67c7f42a71622e4d876a 1,412 1.00/1.00 vMB 23
372,396 372,396 000000000000000000e1ad7c91223c142869939f5f49df70cf1b42d634189fdb 1 0.00/1.00 vMB 0
372,395 372,395 000000000000000004c313a6a5b50af5a1a619e0c170f3a0a7a12784fecc44e8 1,930 1.00/1.00 vMB 34
372,394 372,394 00000000000000000009597047ec765d888ea843c8473b22a4d21e48a6c2c761 2,207 0.95/1.00 vMB 48
372,393 372,393 00000000000000000e89fdc38acbdca8b380cdfe7dde28d1b1b74ad083091c7b 2,331 1.00/1.00 vMB 38
372,392 372,392 000000000000000013af9bf15066867ce6276b8c58e51430860ddd300a1fb96e 2,760 0.95/1.00 vMB 63
372,391 372,391 0000000000000000014d464a7f7ddc69615fca752021c41287c1e98be3c0739b 859 0.45/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.