Loading Tool

Explorer IconExplorer

Memory Pool

79,704 transactions
30.41 vMB
0.08166479 BTC
Random Selection Loading Transactions
Max Size: 185.22/200 MB

Candidate Block

Mining Attempt 5328f6b79c741e781b4e2aa4023f866588772f5d892269334980c8031d6f2e34
Version 20000000
Previous Block 00000000000000000000fba2abb8d490d843f57da6d6a845cd44dde2952f7920
Merkle Root 38689d9358b9ef78086b810fbd9ae8fd04d9367359de1c4cf579b9b7cdd72d9c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,750
Size: 1.00 vMB
Total Fees: 0.01297581 BTC
Feerates: 150.80 > 1.30 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,388 (479,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,222 436,222 000000000000000001734d419bd35826ea915d69dbe07db3911531fff5c8a6af 1,149 1.00/1.00 vMB 31
436,221 436,221 0000000000000000029e26e88fdd9a74b5e5ada9406154e032fc00e93251e04f 1,676 1.00/1.00 vMB 47
436,220 436,220 000000000000000004102e57f43de1d97db90de7460c46dca7673cb43e00564a 1,170 0.75/1.00 vMB 55
436,219 436,219 000000000000000002bbaf846f4914d81b5a3489c1f22d2b774f792ad89a5ebe 2,192 1.00/1.00 vMB 67
436,218 436,218 000000000000000000dc1323d882b44aa501ce494ed92acec7c37305bf0c2004 2,150 1.00/1.00 vMB 88
436,217 436,217 000000000000000002549165d54417499c2b25c39b41a40ce91dfcabd28291a6 1,896 1.00/1.00 vMB 87
436,216 436,216 000000000000000003f7e10327bf8588b05ef74b2c77f444402f6ce9938395d9 2,712 1.00/1.00 vMB 73
436,215 436,215 00000000000000000105990f1c1ce0d7b8f33dcbeead910f43f5391e0e7bf8c0 1,917 1.00/1.00 vMB 62
436,214 436,214 000000000000000001a6aa5f228ec51680da1da33195b4b3434513def18adc81 2,794 1.00/1.00 vMB 104
436,213 436,213 00000000000000000371886500faba773dfe11ed2bda880e3e005bf090b8370d 1,951 1.00/1.00 vMB 74
436,212 436,212 0000000000000000029c4efb9dd77161b5247adb58d0d60d53725e6fd7d87f84 3,004 1.00/1.00 vMB 140
436,211 436,211 0000000000000000027ac03323dd47c75d9ad2abdeee1c607cce6952a026b85e 1,663 0.85/1.00 vMB 58
436,210 436,210 000000000000000002c8b7037f2fda3a97d198481de125f004329f0b145dcd56 2,490 1.00/1.00 vMB 86
436,209 436,209 000000000000000000758520ac5a296bdd5cc917274cbdab786e448eef61c49a 1,887 0.75/1.00 vMB 54
436,208 436,208 00000000000000000294a3ab2844d0bb9aacd950faa40c467aaad48f91b93b03 2,692 1.00/1.00 vMB 115
436,207 436,207 0000000000000000018a4e8003a8e33f173959e8025e39a27e047e211b45f401 974 0.43/1.00 vMB 77
436,206 436,206 0000000000000000000c6a9f25c524e8c4c49a4aab65b81dc5344d4c62c04e85 1,335 1.00/1.00 vMB 36
436,205 436,205 000000000000000002c04c73b47dcd66b89192b23cd6dfaaae735513a03e1752 1,421 0.62/1.00 vMB 74
436,204 436,204 0000000000000000023f0867b29841b73140af792d09f8dd5f5b7ec208b4c2eb 894 1.00/1.00 vMB 23
436,203 436,203 000000000000000000ae8205e54cbeedca681bf6c64e7dd699db87adac0394df 1,112 1.00/1.00 vMB 14
436,202 436,202 00000000000000000205aa4ee5e6b9328f94f3e6853596981fd168db9aadbca9 978 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 720.83 GB
    • Received: 18.27 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.