Loading Tool

Explorer IconExplorer

Memory Pool

77,231 transactions
28.33 vMB
0.09092860 BTC
Random Selection Loading Transactions
Max Size: 172.64/200 MB

Candidate Block

Mining Attempt 3e36c8af63ecd03cdc711dbfc3e4188a41b2c82765b6aa105b70284b879148c8
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 863b2c414890585473a46616e90eb2333a742312c1d0ff2f646f8df3f6a81604
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,026
Size: 1.00 vMB
Total Fees: 0.02823046 BTC
Feerates: 201.07 > 2.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (515,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,198 400,198 0000000000000000013f0b72a5d05bff61804377a8c5b6691565b7ebcf48213a 2,125 0.93/1.00 vMB 67
400,197 400,197 000000000000000002e20bb378111b3370ff47a99f14773176bc6cc3b68db560 703 0.44/1.00 vMB 64
400,196 400,196 0000000000000000010f9fd5b6fbc722470e877c8474c7838605937ad866f450 1,547 0.95/1.00 vMB 57
400,195 400,195 0000000000000000030118f2934b04d8c76fcbd20a59040cd70d6efc93fb2d6d 1,282 0.91/1.00 vMB 28
400,194 400,194 00000000000000000427a3aca2e8b1daeb120047d7feed112b8dc771ebda51c8 1,161 1.00/1.00 vMB 25
400,193 400,193 0000000000000000016322f4a3e6e3088558c41ae5a07898684ea61859ac8e28 1,824 0.98/1.00 vMB 42
400,192 400,192 000000000000000004566661f12d44bec3118cdcd377b4894b06ea41f09204df 880 1.00/1.00 vMB 20
400,191 400,191 0000000000000000020281ad756c372d01933acbac1d39708c465b1bc7c6fb6a 2,128 1.00/1.00 vMB 34
400,190 400,190 000000000000000000bb5dae375f68f3f91b46095d73a16d7bb8d7cb42aa64be 2,755 1.00/1.00 vMB 60
400,189 400,189 000000000000000004e721379fe43e45e065688db0e16318a213593d8ea81421 2,274 0.93/1.00 vMB 47
400,188 400,188 0000000000000000012985df5b23a03dfc0d33f29508932fe7b43a94970d87c5 1,561 0.95/1.00 vMB 29
400,187 400,187 00000000000000000592025acf9426f0f724d6fb95ff5382b517a62743a48c64 2,103 0.93/1.00 vMB 42
400,186 400,186 000000000000000005238460aeb92d3014a3996b9c780c5b598963921804afa8 1,855 0.75/1.00 vMB 61
400,185 400,185 0000000000000000034cc65b5081c2b1701d61ab8d013e7716be465077fb6d82 1,740 1.00/1.00 vMB 36
400,184 400,184 0000000000000000020735240c35a0bcc0dbd1c7b3cbe4efd4460738cf6335a6 2,687 1.00/1.00 vMB 56
400,183 400,183 000000000000000005d652f5db05f47ca17f56336d090ad2bed76c2d680e3b2e 1,403 0.98/1.00 vMB 58
400,182 400,182 000000000000000003cf9a50a769c605352812c9a6c29361df55f37471f9b3fc 1,459 1.00/1.00 vMB 47
400,181 400,181 000000000000000002bace4568b7be91de3a4b5fda9d72baf8722a5419d1eb3a 672 0.46/1.00 vMB 41
400,180 400,180 0000000000000000064adc1aaa114d35a89d4b8c2907ee85adb0626d92eb8f3a 569 0.59/1.00 vMB 33
400,179 400,179 000000000000000005a380aea0c5b5954aa66d64d8a3362d86ea5435c98b6eec 840 0.75/1.00 vMB 23
400,178 400,178 0000000000000000054aa8ff288cc2575980c2e073f276a08551e33000b2f349 2,291 0.93/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.45 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.