Loading Tool

Explorer IconExplorer

Memory Pool

74,131 transactions
27.36 vMB
0.06948671 BTC
Random Selection Loading Transactions
Max Size: 166.81/200 MB

Candidate Block

Mining Attempt b6adb3a96c8ca01d5029b848b7fe904eb005686f849b6c03b23741e329adca03
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 5b0f871feed4af2ea7bc5313afa7303e50ca3f3103e96d8112320388c6e8faca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,366
Size: 1.00 vMB
Total Fees: 0.01134194 BTC
Feerates: 151.01 > 1.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (438,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,601 476,601 00000000000000000070bc21c1879919a8fe467c0df4132e57bcdfe3eaf4d2ff 1,367 1.00/1.00 vMB 238
476,600 476,600 00000000000000000046b9893802c99aab101218f52d284e37d50bc30615fb3c 1,486 0.68/1.00 vMB 160
476,599 476,599 00000000000000000118aece6947b7bc766cec6c2baeb0029d4a0ec474a7137b 670 0.65/1.00 vMB 66
476,598 476,598 0000000000000000001e2dc19ecb9ba667e19094ef65acc1e4663668225225e7 2,043 1.00/1.00 vMB 123
476,597 476,597 000000000000000000d31356a68c9ae48aefb52499caf46326925fe8e1da357d 2,055 1.00/1.00 vMB 231
476,596 476,596 000000000000000000c4bfbe375f801b48a90e63f0308b537a077134568c1a1c 1,927 1.00/1.00 vMB 29
476,595 476,595 000000000000000000b915587f22c7f7735bc3b2a52ed9bc63b49d69435d3762 1,485 1.00/1.00 vMB 117
476,594 476,594 00000000000000000096a04def8a2cad62d6ccc0fdec909abf143434805dfd68 2,064 1.00/1.00 vMB 186
476,593 476,593 0000000000000000012951253aa82a9fa449bb03fa5371c1c172f9e4d27cce3f 2,758 1.00/1.00 vMB 293
476,592 476,592 000000000000000000047516e8fd622292bd6f2b734e51a98fe50037d8dbe00d 1,821 0.99/1.00 vMB 270
476,591 476,591 0000000000000000008e1aaca5dd18e94a6f3210b3e306673a1217b431426e49 1,916 1.00/1.00 vMB 36
476,590 476,590 000000000000000000f8efd2d6dc7f411a27bf9ac26cc175e37a68a69b0b302b 2,395 1.00/1.00 vMB 180
476,589 476,589 000000000000000001003de2fd0a8ced93b4ddd12b1ec417bf7c7ebbd35809e0 1,897 1.00/1.00 vMB 194
476,588 476,588 0000000000000000012e5cdc46120fc51e3c4d49677d618bd68cb72023141910 2,415 1.00/1.00 vMB 216
476,587 476,587 000000000000000000c92940f9b467ecf229e429c07473c70c0844420479519a 1,819 1.00/1.00 vMB 140
476,586 476,586 0000000000000000010f931f372b60e56d25c6d1e4de0cf88e3f3b6586a7199b 671 0.42/1.00 vMB 94
476,585 476,585 000000000000000000ea2cc7a096161a3f035f29d227d70ddb6d7f0a0921ef90 1,356 1.00/1.00 vMB 166
476,584 476,584 000000000000000001271772ab8b2aeeb63a90f1931e989fb953f84a298a384d 783 0.47/1.00 vMB 175
476,583 476,583 0000000000000000009541ca271e9588897c0285bd425a9901e7e8315c1bf6aa 1,508 1.00/1.00 vMB 32
476,582 476,582 000000000000000000e6326c618eb77be464b428e163362ff68027b9f001f0ec 2,172 1.00/1.00 vMB 96
476,581 476,581 000000000000000000f1510d5b022752e14ca8cec9d0712430389e9b94bd00c2 1,903 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.94 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 714.89 GB
    • Received: 17.61 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.