Loading Tool

Explorer IconExplorer

Memory Pool

56,476 transactions
32.12 vMB
0.18219561 BTC
Random Selection Loading Transactions
Max Size: 172.92/200 MB

Candidate Block

Mining Attempt ff726f716091ab8c6542fc21f3ada60c17e6b89172da997f69940ed3790b76bf
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 44af33795df08bb09d99712e0781c6643074d5cfa7e10ed783c4e4e55e60ab46
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,634
Size: 1.00 vMB
Total Fees: 0.07197967 BTC
Feerates: 465.21 > 7.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (443,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,708 471,708 00000000000000000032cb018dc429d58fc0b8c3e9d5fd1d43c0f671a313d824 1,526 1.00/1.00 vMB 264
471,707 471,707 00000000000000000045e969d91ee42d02b02aa2bc6b96f101d97e52d4e7103f 2,281 1.00/1.00 vMB 389
471,706 471,706 00000000000000000184092c2098cd04d5978338da9f6822048c59c63433d517 2,032 1.00/1.00 vMB 362
471,705 471,705 000000000000000000edb6c0e3dc84c0b197559bca25568453cc09e477ee3c90 2,001 1.00/1.00 vMB 333
471,704 471,704 000000000000000000a5592047441b1283f2f31b951aab56ad61233c03301a68 2,310 1.00/1.00 vMB 387
471,703 471,703 000000000000000000fa2de0a1b41f67d0094f463a5614824d1d8b32c1e218b8 2,083 1.00/1.00 vMB 244
471,702 471,702 000000000000000000b4426d974906f5ca773a79046c8a914e2725ea8faef84a 2,082 1.00/1.00 vMB 267
471,701 471,701 00000000000000000175ffba8dc14dc765b3573ad349a20523a14cfb5f59a079 2,238 1.00/1.00 vMB 194
471,700 471,700 00000000000000000009659d03bc59ef651a2216153f10f591373c7aae0b46a6 2,263 0.99/1.00 vMB 142
471,699 471,699 0000000000000000009f2ed673cb0c79edf6b43e5f99f7e40f3ce2322240ffe5 2,373 1.00/1.00 vMB 231
471,698 471,698 000000000000000000b067af44e2cd4f74a956bfef745fad21d75af89d7f4402 2,221 1.00/1.00 vMB 374
471,697 471,697 0000000000000000012bfdee97c3b502d5938ff371deafc7f9e7234988345d3e 2,254 1.00/1.00 vMB 280
471,696 471,696 0000000000000000006843c2ddec0537f86af1589871f6ede03863698d68713e 2,522 1.00/1.00 vMB 336
471,695 471,695 0000000000000000005a8b3e5a1b604acb573251d2b52a5860f3ff0ee313b17f 2,202 0.99/1.00 vMB 360
471,694 471,694 000000000000000000b2d3c7a28524d64f1ffdc7ef6d9515cc272daea59b7507 1,590 1.00/1.00 vMB 437
471,693 471,693 000000000000000000af407d97eb4aad64ec7687b153d6edb92d4edb824c6c51 1,478 1.00/1.00 vMB 154
471,692 471,692 00000000000000000034ecfd37484258e5233948d45555fa2c9f509778103501 2,223 1.00/1.00 vMB 248
471,691 471,691 0000000000000000017c67810d965e4ca76198bcc7a24d3143e13fbd79893518 165 1.00/1.00 vMB 31
471,690 471,690 0000000000000000007b1f508b4afcdc332c57db877e45feb20028a7ffe36d5a 1,499 1.00/1.00 vMB 122
471,689 471,689 0000000000000000008872418a4439f3a5d89369a4b73cc22a4eafe7ec3f7114 1,377 1.00/1.00 vMB 243
471,688 471,688 0000000000000000011aaaa01d31e72d8b1c33a6ca442a8d29463da050a71b49 1,580 1.00/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.