Loading Tool

Explorer IconExplorer

Memory Pool

78,093 transactions
30.09 vMB
0.11446785 BTC
Random Selection Loading Transactions
Max Size: 179.70/200 MB

Candidate Block

Mining Attempt bd5528dc4f91fb59ed3f0e9ceb839d1cb9132532ef33541ea9274194e4978ee8
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root 0eb4c94d20f1ed3142ecad9a1bf5894ade3ba8d027ddfccf4a58351b04c3e95d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,639
Size: 1.00 vMB
Total Fees: 0.02839592 BTC
Feerates: 107.93 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (290,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,112 625,112 000000000000000000060bb8b8d74fe77795c0c27242b7df7f4a7ca44e7dcba5 3,135 1.00/1.00 vMB 18
625,111 625,111 0000000000000000000e56090a41186e4504d9e730680e72434e42848b8a9e73 2,104 1.00/1.00 vMB 2
625,110 625,110 0000000000000000001123befd4de7077b76264387649025d2d7ed50121df66b 2,482 1.00/1.00 vMB 8
625,109 625,109 00000000000000000000d13032c1bc307d7ef39749f2694e671cb5c22565514c 1,909 1.00/1.00 vMB 17
625,108 625,108 00000000000000000010259adf7bdabe2511907da32b1a3a11daa456acc6ebbf 2,948 1.00/1.00 vMB 32
625,107 625,107 0000000000000000000f75e63f50d8324d29bbb35d37534f2d4a298535489f96 2,606 1.00/1.00 vMB 14
625,106 625,106 0000000000000000000fc08e78277045fbc123192c2d93f88981c479b703c090 2,756 1.00/1.00 vMB 33
625,105 625,105 00000000000000000001da83ddc77da11ea1961936fcfac714ddaa30a46e0012 2,819 1.00/1.00 vMB 12
625,104 625,104 0000000000000000000d3bb6c61ada32ffaf6afd7a0159109c1f241608920f84 2,772 1.00/1.00 vMB 34
625,103 625,103 0000000000000000000ab94b972a226e051301833b9de0fa5408f08fa6902ba6 1,820 1.00/1.00 vMB 27
625,102 625,102 0000000000000000000535fe96813d31b3b7758bd4db0ae84d66a862aa0ce860 697 1.00/1.00 vMB 5
625,101 625,101 00000000000000000009c7b49de5cef0a15ea16f74984d7f7ddc62ad885ea245 1,521 1.00/1.00 vMB 1
625,100 625,100 0000000000000000000d1b35ecc112581e42d16327668698221a7421b4a6636c 2,786 1.00/1.00 vMB 9
625,099 625,099 0000000000000000001137692780158d45e994a11f0d6e95b22c73658d073c62 2,646 1.00/1.00 vMB 17
625,098 625,098 00000000000000000012142d6bd9ce40aaa7f3536011863b6e9d0a37ca149f4e 2,801 1.00/1.00 vMB 32
625,097 625,097 000000000000000000124ccaec2b62df6b6eb2e09243d032bc00f3e8f6aaa9b0 2,515 1.00/1.00 vMB 12
625,096 625,096 00000000000000000012de5a8b02786a23a6f1c78da3e5196edee2cf5c0143ef 2,479 1.00/1.00 vMB 29
625,095 625,095 00000000000000000011f8c56b59cb7a87c914a3de6e0aa4950e446665af4a9a 2,239 1.00/1.00 vMB 11
625,094 625,094 00000000000000000007a011c819d0a9aa644abcbd8bf8633df30001e8a6bb91 2,286 1.00/1.00 vMB 18
625,093 625,093 00000000000000000011e3e74c35214bbdac02097a53826b3a8580f15c1a49ca 2,646 1.00/1.00 vMB 33
625,092 625,092 0000000000000000000e7696712b77678a3bafedb87d843f26f0ca1a6b91898e 2,536 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.87 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.07 GB
    • Received: 17.30 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.