Loading Tool

Explorer IconExplorer

Memory Pool

56,751 transactions
33.68 vMB
0.07939366 BTC
Random Selection Loading Transactions
Max Size: 177.51/200 MB

Candidate Block

Mining Attempt 757b98986f3bc705526f8284dcc7d351533599523f93f0d72d2c878b614c75cc
Version 20000000
Previous Block 00000000000000000001a8299bb3684c7960513989faa15a3edfe22a66765c58
Merkle Root 9575a53e893e377bd9d3b5f1144ff3863ef02f3fe461791d100dd8be6826bd66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,963
Size: 1.00 vMB
Total Fees: 0.01156621 BTC
Feerates: 74.12 > 1.16 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,416 (799,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,478 114,478 000000000000575da3b54a8ead050a653aa8a0b6eb248746581d4bb5808e938a 25 0.01/1.00 vMB 3,119
114,477 114,477 0000000000004a711ea3e6ab0094796106a54f3456b8c14132bbb788c8d95258 39 0.01/1.00 vMB 929
114,476 114,476 000000000000a9813083096da9f4a472d736c744986f49fd74f499a56e057871 8 0.00/1.00 vMB 3,645
114,475 114,475 0000000000005127e88cfa64dc4ed3ca74fe965444a3c63e3488d386a0432cff 29 0.01/1.00 vMB 491
114,474 114,474 0000000000001a46024ef00e3b37b1f57f7c3d306ef94f42046deaf636541ff2 1 0.00/1.00 vMB 0
114,473 114,473 0000000000007f4d643681fb6f63719485bf529d74c885c9724c03cfb14686a7 9 0.00/1.00 vMB 3,875
114,472 114,472 0000000000003772110bdc1c59a358c8b9882f11d9584aa07c397d0f77e9b838 1 0.00/1.00 vMB 0
114,471 114,471 0000000000003f7c5b63695bb2a724bdc64ff952623abe7e9f1e4122994e0dd1 38 0.01/1.00 vMB 2,465
114,470 114,470 0000000000008a3ac04387df2a313f6fb952e7beb1403ed751428c8c22f5a54f 82 0.03/1.00 vMB 1,089
114,469 114,469 0000000000001f18a076d12529d46a92fe65343850494e98bc9be6f571bed9d7 4 0.00/1.00 vMB 781
114,468 114,468 00000000000098a657c1428255d846660a0fa0cfc7dccf9f866fcbcbf4d010b4 1 0.00/1.00 vMB 0
114,467 114,467 000000000000a97a24b7b0db833d8b66613440e75764ba5c7214d291ee6ac630 14 0.00/1.00 vMB 3,872
114,466 114,466 000000000000437a37d7b7fc9fac98511e08c256699a7c8183a726046892d643 16 0.00/1.00 vMB 3,875
114,465 114,465 0000000000008f7616003ba3e12e290ecf84dc9d773d13584444e58adb6c3e91 9 0.00/1.00 vMB 3,881
114,464 114,464 000000000000905997111d3ffa8bf127b25d23efdf9e40ee27730f62123b63ed 57 0.01/1.00 vMB 3,735
114,463 114,463 000000000000b357bcc7c6e074cb887be45e9ed0a13e4a5c598f7de263b5cec1 3 0.00/1.00 vMB 2,886
114,462 114,462 000000000000a90197a895c38d7f68627003d6caf77de4504e207db0989a6d26 6 0.00/1.00 vMB 3,563
114,461 114,461 0000000000007e0764de024279257a04ac16882980878f174fcc58fd874315bc 13 0.00/1.00 vMB 652
114,460 114,460 000000000000d027ab5c0c1bf4cb7f2af1823b3405a35271f958fa97733a4afc 17 0.01/1.00 vMB 309
114,459 114,459 0000000000004257b31fd8e3e32c3799bb59eb1681811c597dc1fb0181768e83 1 0.00/1.00 vMB 0
114,458 114,458 0000000000002c014be547527bbe8b38351c609d29cc7f525f5d3b251bae0b7e 9 0.00/1.00 vMB 3,877
Previous 10 blocks ↓
Total Size: 781.34 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: 601.86 GB
    • Received: 10.20 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.