Loading Tool

Explorer IconExplorer

Memory Pool

70,553 transactions
26.74 vMB
0.07206235 BTC
Random Selection Loading Transactions
Max Size: 160.84/200 MB

Candidate Block

Mining Attempt 388a8951ca6877ede5c676a3773a543bc7ec507ebd99461ffb232afe9a869cad
Version 20000000
Previous Block 000000000000000000002d34d52a3addf89bc45d6d78c163bf39016440e5bdf7
Merkle Root e40084b09c68c0518336c017b93424cd08ff8acf277407b318e90b846313cd4e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,444
Size: 1.00 vMB
Total Fees: 0.01498257 BTC
Feerates: 136.43 > 1.50 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,467 (342,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,172 573,172 00000000000000000010d3b4b6d924e293edd1084033e14aac85b81a9d58cc21 2,525 1.00/1.00 vMB 25
573,171 573,171 000000000000000000165d798745b6baae902a73d62e47559f9bea45837999db 2,878 1.00/1.00 vMB 103
573,170 573,170 0000000000000000000411ca1744b51606c9f222b5df1ac4a6b566e7bcf6ce57 2,627 1.00/1.00 vMB 56
573,169 573,169 0000000000000000001f769c20b3b23fe08f906611e1a0999473794a1e62db2e 2,306 1.00/1.00 vMB 19
573,168 573,168 000000000000000000289fdf15dbe15c72bb774efeceaba4cd5d1e7d13a4e1ca 2,503 1.00/1.00 vMB 57
573,167 573,167 00000000000000000016d57938576ba54ce32f2c099f4964a1c395c6a7bccb58 2,869 1.00/1.00 vMB 85
573,166 573,166 000000000000000000206df123f8fb4c2c28106e60ad806ed5b3c9f651d361ca 2,688 1.00/1.00 vMB 93
573,165 573,165 0000000000000000001cc4917a6703164587d410704f83e5e12713fe869e6c49 2,480 1.00/1.00 vMB 32
573,164 573,164 00000000000000000016a333992a0d7db6e43bc6d7532b35ec4a8dea42533ed9 2,764 1.00/1.00 vMB 25
573,163 573,163 0000000000000000001f635f48b3f56deb7931cd753bf1bba38580b69507032c 2,669 1.00/1.00 vMB 105
573,162 573,162 00000000000000000020cb67f7c1283a30dc2bc90c4c09249a5813872e517c5d 2,718 1.00/1.00 vMB 24
573,161 573,161 0000000000000000000758537cc7ab74d263158df8001e3df04bb3134a951083 2,546 1.00/1.00 vMB 21
573,160 573,160 00000000000000000025dd03119e2acd90127235dd43566298287b4ac1313768 2,589 1.00/1.00 vMB 29
573,159 573,159 000000000000000000189b15ba3eebc3d441a275c38d241cae5b972ebdfc2b8f 2,761 1.00/1.00 vMB 28
573,158 573,158 0000000000000000002bff3dd5477ea8e0b0dada51ef80ce1cee31af4a74b141 3,028 1.00/1.00 vMB 65
573,157 573,157 000000000000000000130dbbd2a98f99cf681056a3d363694a24eb6b3db9679b 2,828 1.00/1.00 vMB 100
573,156 573,156 0000000000000000000264d695494890fded0a7c84f42bdeb52c2851038d1bf8 2,617 1.00/1.00 vMB 111
573,155 573,155 000000000000000000178074e1aac195e65675de3698a4fc6eada178fe008ec2 2,558 1.00/1.00 vMB 118
573,154 573,154 0000000000000000000770f155cecf064973261c4ed5c73cc6b301e94a2c4e4f 2,514 1.00/1.00 vMB 44
573,153 573,153 0000000000000000000ff477a4c31c86cd3414e056e7073471a2c4157b14f63b 2,704 1.00/1.00 vMB 121
573,152 573,152 0000000000000000001abd2b5b05b8f93be2e648bf50c2c73a0b3c77ad1cecc8 2,365 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 783.20 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: 754.94 GB
    • Received: 18.94 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.