Loading Tool

Explorer IconExplorer

Memory Pool

41,838 transactions
26.36 vMB
0.05923315 BTC
Random Selection Loading Transactions
Max Size: 138.02/200 MB

Candidate Block

Mining Attempt 43b9f2ce3babc013f92e1e7c6825035737ebfd610b07033f859c36840a9743f9
Version 20000000
Previous Block 0000000000000000000000cf770f6c83e15ec4a9d2e4f9cbaaca0958cd733d81
Merkle Root 84b29f5beddbae140153f3c3829e0cb3d23766a1365f4f768f50f9a79fbd291d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,712
Size: 1.00 vMB
Total Fees: 0.01103016 BTC
Feerates: 477.45 > 1.11 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,721 (431,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,455 483,455 00000000000000000004b208419007876916179e22ae5d62d7d034939fd8d4d6 892 0.49/1.00 vMB 160
483,454 483,454 0000000000000000007f18660c4fe0f4a0395397e22c7c10974f69e0a13fbd87 2,037 1.00/1.00 vMB 182
483,453 483,453 00000000000000000090469d00d2339af644f9871df73ac3ca8c6afe5c5807b0 1,303 0.99/1.00 vMB 138
483,452 483,452 000000000000000000c629a515499c9e5f246d5b54659475175a3d72eae393d4 1,675 1.00/1.00 vMB 175
483,451 483,451 00000000000000000012229d2a2083d11f9cd62feef3fba6c220ca74bd11c303 611 1.00/1.00 vMB 50
483,450 483,450 00000000000000000113c9ad75aefd1c25c5a86398b0d0984e60130bb88a1cb5 636 0.29/1.00 vMB 223
483,449 483,449 0000000000000000011919e07948f1b1b2a829e707344d26bb7beca87a330d73 500 0.26/1.00 vMB 129
483,448 483,448 0000000000000000013a56dd651ff433413295db610395bcdd936dd2dcb2a16a 339 1.00/1.00 vMB 20
483,447 483,447 000000000000000000c9366fd5da48aa3c975e8f1bee7e2e6f1691ffc751a704 679 1.00/1.00 vMB 67
483,446 483,446 0000000000000000001f49b5c28890a1475fb6e31c98e9bf25f31c7c3f66d133 555 1.00/1.00 vMB 65
483,445 483,445 0000000000000000001fa6bcc78bfb08be81a4b732824ea1fea040e5074152cd 1,075 1.00/1.00 vMB 52
483,444 483,444 00000000000000000018064e82f99b9ae5f6cf35a7beac1817e02ff6c343ded1 1,251 1.00/1.00 vMB 76
483,443 483,443 000000000000000000e69a50fe341de7a06610a61a49d2f198316d0118b1b051 2,055 1.00/1.00 vMB 111
483,442 483,442 0000000000000000010c662a9529ab713d53278912914000b02cb1a3aae3b532 1,646 1.00/1.00 vMB 189
483,441 483,441 0000000000000000005a86a1ddfd338b91a541d316c0924e8dce26b8f890d086 1,080 1.00/1.00 vMB 82
483,440 483,440 00000000000000000021203f1ad86bf40571b3b6dbc96e3976d65508f8333121 2,111 0.99/1.00 vMB 239
483,439 483,439 0000000000000000007ba54569f536b94f28f16af0155047522c8fa193dc8ef8 1,887 1.00/1.00 vMB 90
483,438 483,438 0000000000000000002860d8a0830c79e3de2a94317e1f3e6df750418dc30f84 1,755 1.00/1.00 vMB 175
483,437 483,437 0000000000000000003eecc9874d9d08f1d942c9c15be6300d83fe4e1c745039 860 1.00/1.00 vMB 104
483,436 483,436 0000000000000000004b74008f2c86f1852f5230360ca305111a1d4ccc123d1e 1,063 0.99/1.00 vMB 158
483,435 483,435 00000000000000000069f4b6ddeb4811e0d0f13b94f37dfe231ab0173869b6ae 359 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 781.90 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: 645.47 GB
    • Received: 12.73 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.