Loading Tool

Explorer IconExplorer

Memory Pool

78,415 transactions
29.44 vMB
0.06863799 BTC
Random Selection Loading Transactions
Max Size: 176.87/200 MB

Candidate Block

Mining Attempt 4d192f9b84e27e9ad34e966e0f8223af24c84c6393671b5e0c050279cb433c0a
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root a1d9ab0ed43e6762e6d8a806baf7bbcde7ad683e72b59a1a15bd9ddab24a8c71
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,895
Size: 1.00 vMB
Total Fees: 0.00890400 BTC
Feerates: 100.53 > 0.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (334,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,179 580,179 0000000000000000000674e710d16d0ada97f5164aed34675d994e4192e5435b 2,597 1.00/1.00 vMB 100
580,178 580,178 00000000000000000003ae8ab28bdb08a1260c557afa17dc79801221904ca289 2,518 1.00/1.00 vMB 92
580,177 580,177 0000000000000000001a3fdc34a3022fbabd4cf3fd275cafea35cdc6841be3f5 2,233 1.00/1.00 vMB 85
580,176 580,176 000000000000000000248efafb5f045a90137c4950a6e5ea66addee0d4512c4b 1,897 1.00/1.00 vMB 107
580,175 580,175 0000000000000000000d70ae4e579518506fd3ad3cbae86ec87421c5f67f70ec 3,400 1.00/1.00 vMB 75
580,174 580,174 00000000000000000000ac36a1e91371c70d0a5e0e7077ad61c11347cd47bfc1 3,326 1.00/1.00 vMB 32
580,173 580,173 0000000000000000002307f8711d5846e771e248722371e2af3a8297e5fb28e2 2,582 1.00/1.00 vMB 93
580,172 580,172 000000000000000000138243b1a1aae7d2f4a4742981b017106484f852c83c68 3,471 1.00/1.00 vMB 88
580,171 580,171 0000000000000000001fc6dac57367ddea6aaab3f1319bd8b90eced4428d01fb 2,608 1.00/1.00 vMB 25
580,170 580,170 0000000000000000001f5255a55e6cc06eaff7a2a7438d8a0eea257672d04b35 2,327 1.00/1.00 vMB 48
580,169 580,169 000000000000000000228596919d003ae4430289186d5583363b4bf71d28cf2a 3,217 1.00/1.00 vMB 53
580,168 580,168 00000000000000000017368dfb7523ae6f21c0c438746056ca1d76750e622b6d 2,615 1.00/1.00 vMB 43
580,167 580,167 000000000000000000238b08516e6a85797038d737c1b3aa6d77288ddb52f468 2,434 1.00/1.00 vMB 70
580,166 580,166 0000000000000000000d49dba07df131a4a92c77f4c92e38e013ad81e8371e52 2,048 1.00/1.00 vMB 16
580,165 580,165 000000000000000000243367242a8351622e7e281dd9800a09df813a547ca9d3 3,126 1.00/1.00 vMB 81
580,164 580,164 00000000000000000022402d5709e201d4ec211ba85e3866166fc77b73484af0 2,317 1.00/1.00 vMB 47
580,163 580,163 0000000000000000002336289cf2426c30070617a342744529806d26162e442f 2,643 1.00/1.00 vMB 35
580,162 580,162 00000000000000000022d20e46e09c74d8876d2dfa18c29e5a44e8a7dd21b422 2,823 1.00/1.00 vMB 65
580,161 580,161 0000000000000000000f8327142b0bd47d568f7155700d1e290f2ba7e735ebcd 2,334 1.00/1.00 vMB 62
580,160 580,160 00000000000000000015286445b2c554240100dc4a57bfd977c3d459aa4745fc 2,949 1.00/1.00 vMB 104
580,159 580,159 00000000000000000021bdc67e551912dfd88620cacdead5cb66e6dcf4d539ad 1,811 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.41 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: 664.96 GB
    • Received: 15.06 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.