Loading Tool

Explorer IconExplorer

Memory Pool

29,070 transactions
25.92 vMB
0.03955605 BTC
Random Selection Loading Transactions
Max Size: 139.12/200 MB

Candidate Block

Mining Attempt d1552b1db99b4f14eb84b5142569185dde82137cc5d31baf25dc77f9274ca04e
Version 20000000
Previous Block 00000000000000000000bc336ef6e678778f5138e50ef118fd70b7d292e069f1
Merkle Root c0e5214832c2ea27f46380c727b76fa024da634d61ac9ffc9f450657f537921f
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,873
Size: 1.00 vMB
Total Fees: 0.01053761 BTC
Feerates: 100.45 > 1.06 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,970 (56 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,914 939,914 00000000000000000000cb9c7ac4a52c53bc70cc4d7cfc30f23cfcc5f5b1d487 4,213 1.00/1.00 vMB 0
939,913 939,913 0000000000000000000184a9a1251c52e1902e21d1a09c28fec7768b6d0ba05c 5,285 1.00/1.00 vMB 0
939,912 939,912 00000000000000000000d1bec19fb49c536409bbad5dc2923e2883ed49a7506a 1,245 0.41/1.00 vMB 2
939,911 939,911 0000000000000000000070961907c581a5ab0c22d6575abc95de661cde6adca7 6,219 1.00/1.00 vMB 0
939,910 939,910 00000000000000000000b08b4c0c2f4ed6dd8b405f45f62a10f628758562fb24 5,978 1.00/1.00 vMB 0
939,909 939,909 00000000000000000000357fe9fe14edf03d292a872dc8fd260f8a0c2c39a056 4,588 1.00/1.00 vMB 0
939,908 939,908 00000000000000000000180f19cc6639e52533e94f2b8c9b1ea5c023c2ca6613 1,368 0.57/1.00 vMB 2
939,907 939,907 0000000000000000000002cbd745a8099980bc998f71688865d6d7c9583ea34e 3,276 1.00/1.00 vMB 2
939,906 939,906 00000000000000000000d07b50faba6e5f250d21ce64a1c558cba08ef38a47d8 3,775 1.00/1.00 vMB 0
939,905 939,905 000000000000000000013697fa31d69ef62236affc8452b04bbf111365eb9213 2,856 1.00/1.00 vMB 2
939,904 939,904 000000000000000000009eec322dce8dde1ffa0e8d4d44f72173074d2cb786c9 3,382 1.00/1.00 vMB 2
939,903 939,903 000000000000000000000b52b77460af5f127e6ad59bb1a88d427f86ecd955b0 3,937 1.00/1.00 vMB 5
939,902 939,902 00000000000000000001eb10f0a8d34559257ab43552602c5d030c75ff95bd86 3,079 1.00/1.00 vMB 1
939,901 939,901 00000000000000000001e77f12c7cc57d87d736a5753b814b72ece0e5951baec 3,681 1.00/1.00 vMB 4
939,900 939,900 00000000000000000000ccef3ccceac98c6923fd19ff4600f3bd4edc5b55a7b7 5,030 1.00/1.00 vMB 0
939,899 939,899 0000000000000000000093ff08344d1d1a6c6a5ed71a18278f9e3a53c2e43f48 1,270 0.42/1.00 vMB 1
939,898 939,898 000000000000000000012d7395132d7fd2270b2ffedbd5bdceba56cac29b605b 5,377 1.00/1.00 vMB 0
939,897 939,897 0000000000000000000181608707d582e90870e42ed6f29d1b4a582adb8ecbbf 3,509 1.00/1.00 vMB 2
939,896 939,896 00000000000000000000f6eaadba82c65955a8f09dfc09aaa9b41738e721479d 859 0.36/1.00 vMB 1
939,895 939,895 0000000000000000000015a0a0408aaf68ebee89ccb1aaeca18efc63d3f195ce 3,305 1.00/1.00 vMB 2
939,894 939,894 0000000000000000000153f50afac26685435ba7fd8f30649c1053d65d983cf5 579 0.18/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 826.66 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: 4,400.68 GB
    • Received: 239.22 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.