Loading Tool

Explorer IconExplorer

Memory Pool

77,087 transactions
28.81 vMB
0.09693735 BTC
Random Selection Loading Transactions
Max Size: 174.82/200 MB

Candidate Block

Mining Attempt 25fed3b25ec916c016b758d33c6df98454e24eebf69555bafcad5b0f3b974cf0
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 292b185ee8933cb591660b6cb0301482b3d4fb1b3b1f4da41a14185ca09dc473
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,200
Size: 1.00 vMB
Total Fees: 0.02927067 BTC
Feerates: 180.82 > 2.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (519,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,571 395,571 000000000000000006c4cee12d1e7e00b8a42281f958b04f48990457191c5920 779 0.62/1.00 vMB 20
395,570 395,570 0000000000000000079a080c2f2bc5552d4f471131af357bf34bb6787f35ea4a 2,550 0.99/1.00 vMB 56
395,569 395,569 0000000000000000020117ba2d32744130836eccfbe2d4a45f1cc53e98a33ac6 107 0.07/1.00 vMB 221
395,568 395,568 0000000000000000061e38dde955283eb03fa9e9a4639b3e54e0b6a779efb7da 147 0.15/1.00 vMB 11
395,567 395,567 000000000000000003aea3c406a0e29124c0697f7ed8a4ec54724ea14dafb403 1,320 0.62/1.00 vMB 38
395,566 395,566 000000000000000006a4b72ca4bd3902773a81ad371473e1dc2995e4d132ab25 1,427 0.65/1.00 vMB 38
395,565 395,565 0000000000000000084143a2fc4755eb4de6b65f7a2a00180ad8dd0bf28ea535 110 0.05/1.00 vMB 34
395,564 395,564 00000000000000000886bd86cd64fa3c12a415a689051992f85d97f22e4d9d18 290 0.14/1.00 vMB 38
395,563 395,563 00000000000000000589716eccf43348c7c2bdc1b8932b3ccc3b1e0e12633b87 1 0.00/1.00 vMB 0
395,562 395,562 0000000000000000001862c1dd21a37cae6d0e2b50f9cf4876eb68804b82380f 1,039 0.88/1.00 vMB 25
395,561 395,561 00000000000000000251ba93fff60f43967cc33d55561b0a324cc18c52eca648 2,145 0.95/1.00 vMB 44
395,560 395,560 000000000000000005dcfb4082d3ba6e0f839d7e129e23b4b9f36c0c3704cf3b 1,392 0.99/1.00 vMB 26
395,559 395,559 000000000000000005d78b057b38245ab7a71297a6cdc93c67d87970b43ff41d 2,378 1.00/1.00 vMB 45
395,558 395,558 000000000000000008ef6bafbddc1a0bf0bc6984ae956f96aef25331a99e532a 1,243 0.61/1.00 vMB 37
395,557 395,557 0000000000000000012fe83b70e2f0e71ce754a640fa82e5f99ed4bdbb099e1c 82 0.07/1.00 vMB 16
395,556 395,556 0000000000000000080484bc334a7bd6aa4640e438b11551751bb858a4c50908 1,306 0.64/1.00 vMB 36
395,555 395,555 0000000000000000076672562b48799b4da0421bd58f996ac935826a17506113 753 0.59/1.00 vMB 22
395,554 395,554 00000000000000000056b69298a2625db447811003d41a7beec6ee7892dabb1d 1,305 0.77/1.00 vMB 30
395,553 395,553 0000000000000000087d0c9029a68dbbffa23f028f61b4c04c69ab990ccfc9eb 2,197 0.93/1.00 vMB 47
395,552 395,552 00000000000000000589b44a78d9f84cde50b21950b73e06721f9cf03cfd5e84 251 0.21/1.00 vMB 21
395,551 395,551 000000000000000005dd4adccdfac0e9228dc6a505c51fea2535e267375c2b69 1,641 0.93/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.