Loading Tool

Explorer IconExplorer

Memory Pool

82,795 transactions
30.85 vMB
0.08789443 BTC
Random Selection Loading Transactions
Max Size: 186.00/200 MB

Candidate Block

Mining Attempt 18eb4f9c48186b50477481185e05f8b2b1640a0cf3aaf5a06d981ffc6281f9a3
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 6244a6eb999efe50696b148e9daf0eb27797096b46f3beae45c1905262779c3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,358
Size: 1.00 vMB
Total Fees: 0.02139473 BTC
Feerates: 100.80 > 2.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (336,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,103 578,103 00000000000000000003d0658f81a14103d3b8f6184c66effa20a9fe93314be0 2,796 1.00/1.00 vMB 145
578,102 578,102 000000000000000000159a5aa7c770dbe234d440990932c8a78c203a6ea15301 2,711 1.00/1.00 vMB 94
578,101 578,101 00000000000000000018fa0bb60b549d7647fdd1764b5723e61d1c24b94081fd 2,791 1.00/1.00 vMB 109
578,100 578,100 000000000000000000143898a39938ab8b2f2659ee5a0ce0fdaa3cb892cea104 2,340 1.00/1.00 vMB 27
578,099 578,099 00000000000000000009f3458d67f036dd63350e26a01f14fe8d52c6856a4539 2,375 1.00/1.00 vMB 48
578,098 578,098 0000000000000000002487662188944ec4e127621f9164e68d6b1bc354d1f7dd 2,572 1.00/1.00 vMB 70
578,097 578,097 0000000000000000001a89e45e1408e11483ae3747591ece7a7d42212b750e60 2,378 1.00/1.00 vMB 81
578,096 578,096 0000000000000000001fd045afb19d7d95cbd02df9fe891467274466bb626620 2,950 1.00/1.00 vMB 101
578,095 578,095 0000000000000000000f624b87fb8dae0d1b6173899c5db1be12a0ba1879d2b0 3,242 1.00/1.00 vMB 162
578,094 578,094 0000000000000000000780865db5f4daf1374f90c29520a951f9c3c743528061 2,988 1.00/1.00 vMB 159
578,093 578,093 000000000000000000296d19ca1b1cfad00377acbf5cc847156070b1a9753f7c 2,186 1.00/1.00 vMB 148
578,092 578,092 00000000000000000005879bbebc87897d663e2ea18424c7324bb84bd79d3906 2,971 1.00/1.00 vMB 135
578,091 578,091 00000000000000000012a329086ae1b5bda9aa730412664dfe05bd94f76b4023 2,619 1.00/1.00 vMB 122
578,090 578,090 00000000000000000002f5211a05c6dc28a9e5b0f2737c325c9def75c0eebbc2 2,400 1.00/1.00 vMB 154
578,089 578,089 00000000000000000025acfac5922241307c8b14ded98094738b10a337488d6c 1,986 1.00/1.00 vMB 172
578,088 578,088 0000000000000000000c3b7f46213b5b1f68122aa8d69b2aa2a4f2c229d84ccd 2,521 1.00/1.00 vMB 72
578,087 578,087 0000000000000000000131a61d114b4c6416ef70190d5f30b0e8ae458eb3994d 1,737 1.00/1.00 vMB 43
578,086 578,086 00000000000000000005f52583927e9bd63950d354645c3949de04bfecfcaa75 2,048 1.00/1.00 vMB 76
578,085 578,085 0000000000000000000fa2cd7d0269e0c33b13b9a64414e1d6d12ed60140309f 2,629 1.00/1.00 vMB 91
578,084 578,084 0000000000000000001497a82450632a93a034235a35e1772f03af66ad6fabc8 1,062 1.00/1.00 vMB 69
578,083 578,083 0000000000000000001bc0ba59aa59c2464e023f602af5899f2310a1aae2bd57 2,076 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.35 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: 661.79 GB
    • Received: 14.83 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.