Loading Tool

Explorer IconExplorer

Memory Pool

47,334 transactions
29.13 vMB
0.15657958 BTC
Random Selection Loading Transactions
Max Size: 152.53/200 MB

Candidate Block

Mining Attempt 85f1ffb916f234fc38872afeb367d19dcf236b5e5f7aa8db9dfd25a030a2ab8c
Version 20000000
Previous Block 000000000000000000010632e62ac54a943f30bde5587337bc0da0324a5b3c27
Merkle Root f2bce34e14dd30a073941ceeee456b8106f0e43dc87935c9cca8c2a13170731a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,828
Size: 1.00 vMB
Total Fees: 0.04153017 BTC
Feerates: 77.33 > 4.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,707 (785,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,453 129,453 0000000000001beb5fd6379743edd4bf291f79f10d34e6bb8e8d79e66d4bd91d 32 0.01/1.00 vMB 886
129,452 129,452 00000000000016b06869937d0670544ffe1c7605ac12ffbd6b232950451f590d 1 0.00/1.00 vMB 0
129,451 129,451 0000000000001c8b844a21bf332df2719cc5d82d9096332a735dfbb224fe7474 42 0.03/1.00 vMB 507
129,450 129,450 0000000000000548ef54ec91bf0ed3cfe01badfc803b1e5395feb63be536a5e3 21 0.01/1.00 vMB 2,850
129,449 129,449 0000000000000551d89e6be7a294a45112c7895329599b25ec8469158028736c 22 0.01/1.00 vMB 1,065
129,448 129,448 0000000000000891b8e1dc97678cfd85cf8d397aa7d1964453c7a9386b79245a 142 0.14/1.00 vMB 882
129,447 129,447 00000000000002deebb1f61f53b03be28a003578735629b439ddd007d179b3eb 14 0.01/1.00 vMB 809
129,446 129,446 0000000000001a42118de589b9234bbce48dc4c899cab2709fe9e621eb3ef9ad 16 0.02/1.00 vMB 1,015
129,445 129,445 0000000000000121ad5ff27e945599761cb4e4ec44ddd5a86f67718c0b70a57f 122 0.04/1.00 vMB 2,757
129,444 129,444 0000000000000303978c7648613fec071ea07ef71955f589c336b866c6a0d014 97 0.06/1.00 vMB 679
129,443 129,443 0000000000000c52b56f7c11381bb01d798be90adf175257579798c78c6d84fb 227 0.10/1.00 vMB 659
129,442 129,442 00000000000002ce894fe7d9c421fab742ef656ca753fe95c338fdd3bd0d69da 58 0.03/1.00 vMB 1,132
129,441 129,441 0000000000000f660d4aa7637a04bb3c0f3e522363a82c48f0c83df976a3d518 54 0.02/1.00 vMB 230
129,440 129,440 0000000000000d63616e41dc0b72e79d48d35b890b816a83ae77000843a49a1a 46 0.02/1.00 vMB 1,265
129,439 129,439 0000000000001470ed62a9d73c1c74a4b3754e18db0abb057be5ad5ffed659bb 6 0.00/1.00 vMB 2,023
129,438 129,438 000000000000158a4051185f339d59227b776ac6bfe6120fa18293b5c08644a8 23 0.01/1.00 vMB 1,010
129,437 129,437 000000000000148dd549971897ed46735f565123f506de074da15004383aba9f 102 0.08/1.00 vMB 934
129,436 129,436 000000000000022ab84e6209d3d039fb3437c1588e9cc2e20d48705c0e4f44d0 86 0.08/1.00 vMB 828
129,435 129,435 0000000000001117a6b3ecf385529daee0250f7c5d6ff3471f9b36a4acfa5354 43 0.02/1.00 vMB 292
129,434 129,434 0000000000000f89eb07d43c0175b8cde117bd9739b46de7f5b17888d76fee90 116 0.05/1.00 vMB 397
129,433 129,433 0000000000000a4ddd98b9b0f0fe9db0c7da05c561195d79b7e58c4ad624d94a 188 0.09/1.00 vMB 627
Previous 10 blocks ↓
Total Size: 781.87 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: 644.67 GB
    • Received: 12.62 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.