Loading Tool

Explorer IconExplorer

Memory Pool

81,070 transactions
30.30 vMB
0.07700791 BTC
Random Selection Loading Transactions
Max Size: 185.85/200 MB

Candidate Block

Mining Attempt 313c6f163b7e7713ea9eab103c5b881e69b202f919be81c6e613eb3cdea4dd4f
Version 20000000
Previous Block 0000000000000000000116eb891d68bf2fdad711435d1f341894a942ec650942
Merkle Root 0d3a512a7b22b8e4afa1c1863b615070b6fcd856a8a189f96a4f2de762524605
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,616
Size: 1.00 vMB
Total Fees: 0.00938196 BTC
Feerates: 60.11 > 0.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,360 (118,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,676 796,676 00000000000000000000d5da9e361e26d10bb1a119819c0a3e7a33016d383144 1,700 1.00/1.00 vMB 15
796,675 796,675 00000000000000000004bd06278d8952536409abb5a55bd04dc3c83a24ce020f 3,216 1.00/1.00 vMB 28
796,674 796,674 00000000000000000002dac00afaea38185382512ba8b5cf9bfc2ce853e521f3 2,127 1.00/1.00 vMB 17
796,673 796,673 000000000000000000009b5d9bb46b6ea953f2adb5c6c9a35adc0dc343633eab 2,884 1.00/1.00 vMB 32
796,672 796,672 000000000000000000000baf927d4394cdd1df738cc870e3079a61e7bef05d5d 3,394 1.00/1.00 vMB 10
796,671 796,671 00000000000000000001fcfe9a2479e4f74a9b9fcf8a8883fa9f3a52ace5c4ca 2,925 1.00/1.00 vMB 23
796,670 796,670 0000000000000000000205ff0d85dca4ae6abf6a3a27318bf6d112dca601c121 1,012 1.00/1.00 vMB 12
796,669 796,669 000000000000000000009c487b8ced8697549cd760a18c671c5427c4974578b2 3,376 1.00/1.00 vMB 14
796,668 796,668 000000000000000000010987f8a773dbbc06da05d8dc4c793fa5e565919debf5 2,929 1.00/1.00 vMB 21
796,667 796,667 000000000000000000014745aa8b1ec02d4c9430704b7974c3745d1b793692ba 1,793 1.00/1.00 vMB 14
796,666 796,666 00000000000000000002325421cc5e375df2f04942469792a3536e649525363a 5,347 1.00/1.00 vMB 11
796,665 796,665 000000000000000000006b0cea006e5e8c57502b41ac59c6873ffa88cc14d085 4,351 1.00/1.00 vMB 11
796,664 796,664 00000000000000000002679d1e15e0f6b2053b003d79b5008d373d97e0c56762 1,929 1.00/1.00 vMB 15
796,663 796,663 00000000000000000002bbf19bd67b569ac29bea7078b79fda7cf1a99a89846e 3,617 1.00/1.00 vMB 12
796,662 796,662 00000000000000000000724def94b52f3467066e13caeb56c49acd405e6553bd 1,840 1.00/1.00 vMB 18
796,661 796,661 00000000000000000002ae13ea46b2993326c86ac3752b43b9aedbfddb8f95e6 2,806 1.00/1.00 vMB 25
796,660 796,660 000000000000000000001bf635684048417992e33c78a4dc0d7a22319cfe5dfe 2,197 1.00/1.00 vMB 10
796,659 796,659 00000000000000000000f9dc786539c0df0829157cc95dc124fb782d5b537f0a 5,652 1.00/1.00 vMB 13
796,658 796,658 000000000000000000054cf22242039921b82b0d94c9514e9e838c9e5817d0ab 2,283 1.00/1.00 vMB 23
796,657 796,657 0000000000000000000463d67c5f0a7a797636533487607b50f13c1d37e81090 4,572 1.00/1.00 vMB 11
796,656 796,656 00000000000000000001217982ce7ce0a3981b8eadde18c03c0f87f2e7833f3e 1,672 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 783.01 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: 718.94 GB
    • Received: 18.00 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.