Loading Tool

Explorer IconExplorer

Memory Pool

77,224 transactions
28.65 vMB
0.06532015 BTC
Random Selection Loading Transactions
Max Size: 173.87/200 MB

Candidate Block

Mining Attempt b36bc1f19e834b0b2fcc2bb59d5c776cce778f0c4f31b7a77a0cdbefa16dccdb
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 98f498ae0d0ccd622fa417a65dd697af78167259c10f555c20fecf44d5536143
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,700
Size: 1.00 vMB
Total Fees: 0.00580896 BTC
Feerates: 100.53 > 0.58 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (500,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,140 414,140 000000000000000000d7f7b54ba6117526a467f82e9686f4f1ed2cea1c6fdddf 2,187 1.00/1.00 vMB 49
414,139 414,139 0000000000000000038d1fc73dbcf89a4336f399614a0b6b7f36cf16df72c7b8 1,390 0.72/1.00 vMB 42
414,138 414,138 000000000000000000bcb3dba2eded610ec486a23c698aa949cea16b34984a99 69 0.07/1.00 vMB 24
414,137 414,137 000000000000000003d636838e081fa922e5043d797c4bf200ebaae655e6c0c2 553 0.26/1.00 vMB 43
414,136 414,136 000000000000000000a460421c4870b90545cf898f7772c56bfd6874dd230a3f 150 0.06/1.00 vMB 75
414,135 414,135 000000000000000001e87503ddab7d621a1bf85b9f4cc8c4e51c60f5d3be75c0 1,354 1.00/1.00 vMB 28
414,134 414,134 000000000000000001c3d2b4731a6eb5bae561a852b96a8345cb00482ab9f14a 603 0.27/1.00 vMB 43
414,133 414,133 0000000000000000017bc2209d8ef6caeda980817f9cafc345f2d60dedc9e5e5 2,327 0.96/1.00 vMB 44
414,132 414,132 00000000000000000112cb0ac1ca9594d4e2fffdc014f7ae22fd7fdc65e0e8e3 274 0.20/1.00 vMB 26
414,131 414,131 00000000000000000324dbf95e992081e4e8c8d8bdd0d34c5044570d9cce2433 2,212 1.00/1.00 vMB 49
414,130 414,130 00000000000000000146eedcd7a71cfd78c26d1f1f3d14a0080b3b20c02d2018 2,235 1.00/1.00 vMB 46
414,129 414,129 0000000000000000017648d5ccbd6c5ed2850c40b37dee5018171c0f02fcb09e 243 0.11/1.00 vMB 40
414,128 414,128 0000000000000000015744bf17546f86fcce6ca49e96dab8eb2dce3b0b028cdd 1,381 0.57/1.00 vMB 47
414,127 414,127 0000000000000000025e692fb3055e21f4c05e906a454bba9b56b44634b67aaf 1,270 0.61/1.00 vMB 46
414,126 414,126 0000000000000000019c9c2162d19ffd7ca63ebb8a5052d63c957f3911707049 181 0.09/1.00 vMB 41
414,125 414,125 000000000000000000a49666446bb5f30487a8a3548a181bc992f17c70335ee5 627 0.60/1.00 vMB 19
414,124 414,124 0000000000000000016ba5fb3b2187c929371c1c3f7679720a5b9e760b412908 2,875 1.00/1.00 vMB 62
414,123 414,123 000000000000000001e44a89df86fbdcc46dabe80edb12ebe90db6357c1a6b55 1,693 0.76/1.00 vMB 57
414,122 414,122 000000000000000003831f9007979705a15e0695d6f9d288a03f7c29c2ed2c04 732 0.31/1.00 vMB 52
414,121 414,121 000000000000000004eec75a678b78d44ef70ad6625d07b830f08b12cf4c90cb 533 0.25/1.00 vMB 42
414,120 414,120 000000000000000000fee2f04d7d95292fb43504a0e1719b404328554d8cdb13 1,007 0.74/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.56 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: 669.98 GB
    • Received: 15.80 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.