Loading Tool

Explorer IconExplorer

Memory Pool

52,180 transactions
28.89 vMB
0.08870932 BTC
Random Selection Loading Transactions
Max Size: 155.58/200 MB

Candidate Block

Mining Attempt c470d25652819f6c51cf530d8499dee641ed5b7f48814c9c38a1e61f55b3cde0
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 326195645d83177f606d8f87658ca3f92400e3dd2c58d2132d791fa980747a79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,499
Size: 1.00 vMB
Total Fees: 0.03222349 BTC
Feerates: 500.45 > 3.23 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (251,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,103 663,103 00000000000000000002f920b2a36588231dc3cad36cbcbfd8f55f7c1ef739c3 2,404 1.00/1.00 vMB 48
663,102 663,102 000000000000000000083bea06ffa0c3aee1b0a1396cb370e43249d35d2ad0d1 2,583 1.00/1.00 vMB 24
663,101 663,101 00000000000000000006dd187ba62c06c3c8a756dee2fdb00ed96624ced9eba6 2,866 1.00/1.00 vMB 18
663,100 663,100 0000000000000000000353986ff9a2ba1b53b3687a9a531e1ac53bdff148dcd0 2,375 1.00/1.00 vMB 38
663,099 663,099 000000000000000000030499878e80d11dfe9400f75f17ae5b341b3ef4b055ae 2,788 1.00/1.00 vMB 120
663,098 663,098 00000000000000000005b44b0c4cdb7bef59f3e5cd08afa8b03268f7fc11ed9b 2,755 1.00/1.00 vMB 76
663,097 663,097 000000000000000000057f53ae85617e6dfbaadafb37c19e7ca02dda37ab669f 3,028 1.00/1.00 vMB 115
663,096 663,096 000000000000000000085e5e322de832e559c03fbb6a15910a4b15fe48e36074 2,670 1.00/1.00 vMB 105
663,095 663,095 0000000000000000000c15de2cbe0daf1bcbf204d74a059db1e994f72384e4bb 1,705 1.00/1.00 vMB 128
663,094 663,094 000000000000000000086bcde3a576d39aef9421bb820a5bbe89d6902eadf514 2,677 1.00/1.00 vMB 62
663,093 663,093 0000000000000000000307b17836fe74618cb8681c1658258441998336889724 3,152 1.00/1.00 vMB 131
663,092 663,092 000000000000000000090b03e956704da2e6aaaebb6dd12f622b99d279039c11 1,971 1.00/1.00 vMB 34
663,091 663,091 00000000000000000009c8454f9df9eaca5b9f050ec90819fa0b8e245d54a5b3 2,391 1.00/1.00 vMB 72
663,090 663,090 00000000000000000008b7a1eba2dd7f39acb618938151138c72d593463a230a 1,012 1.00/1.00 vMB 11
663,089 663,089 0000000000000000000dac23bb8d648badfe833e22eddb7c69682b8dc341b6f6 1,113 1.00/1.00 vMB 14
663,088 663,088 00000000000000000007f7a5ccbbb357379f46e521669fc0a7bd89271804a7e6 1,619 1.00/1.00 vMB 15
663,087 663,087 00000000000000000004cffdf17d05d31a6f826fdf5e737409277c755aca8d7a 2,113 1.00/1.00 vMB 32
663,086 663,086 00000000000000000008d4f84ffcdc39f4fbecf132529db56e2844327a42ab4c 2,062 1.00/1.00 vMB 21
663,085 663,085 00000000000000000003755cfb10b715698f0e158df611557a1a2a3aac31b587 2,338 1.00/1.00 vMB 30
663,084 663,084 000000000000000000063e24f7c17c4ef2a9041a7c13a36f0e507084f8e583be 2,686 1.00/1.00 vMB 68
663,083 663,083 00000000000000000003016a75ce407031e8e82253aa7af1742653af03cac5df 2,770 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.02 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: 649.71 GB
    • Received: 13.21 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.