Loading Tool

Explorer IconExplorer

Memory Pool

85,066 transactions
31.70 vMB
0.11208431 BTC
Random Selection Loading Transactions
Max Size: 194.38/200 MB

Candidate Block

Mining Attempt cf65d3abd22eb913d2dc3d63b98de3c50749ee16ccdcbf92b78366db7b1ae49b
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 5171a8bd53388b15e776052245493f81790e13f37935597d7254f34786ae02cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,781
Size: 1.00 vMB
Total Fees: 0.03749758 BTC
Feerates: 301.57 > 3.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (503,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,852 411,852 000000000000000002ef00cf04d1a6197cd07d5b7826d2dc8cd8a86fd41d578f 631 0.48/1.00 vMB 22
411,851 411,851 00000000000000000041bee95bd1e1706cf615ac295d68d1e319da5cacf31cb0 1,715 1.00/1.00 vMB 28
411,850 411,850 000000000000000004ff449aa6e223325c15efe1573f614f374db132ddd516f7 2,166 1.00/1.00 vMB 48
411,849 411,849 00000000000000000524da76f2555a3dd06612280cd7716fea6b49d1918692f9 2,822 1.00/1.00 vMB 57
411,848 411,848 00000000000000000126920b4f871972f34a8aa4c3bc73a5e17533e668b6748e 1,293 0.79/1.00 vMB 46
411,847 411,847 0000000000000000010442f02ffde22101e5a1f7f5e0b1bf991da9aa3290720c 1,632 0.84/1.00 vMB 48
411,846 411,846 00000000000000000579a3be13ab8bb1245dea9cf3d6adf7c73cbb230af8a5b6 1,189 1.00/1.00 vMB 22
411,845 411,845 0000000000000000051646dcb033899b6d22d1b35d5c92e0f4b91ba654efbc88 1,634 0.98/1.00 vMB 27
411,844 411,844 0000000000000000018f46bbc52ee0d23d55a7cb9694a975a1e44eda40718ed8 1,944 1.00/1.00 vMB 41
411,843 411,843 0000000000000000023336a5e734bad93187e259528d33dae68c0a4f466830f1 2,284 0.99/1.00 vMB 50
411,842 411,842 000000000000000001596d0333b6df968bffee536265082cfe99517720e177e0 477 0.28/1.00 vMB 34
411,841 411,841 000000000000000002f8db2be1f28a6a386ba0f2550f8fc7e0b6a617446949a4 852 0.50/1.00 vMB 34
411,840 411,840 000000000000000005788a63caa516080c1db13660f34a23b2379136e33cf0b9 1,887 1.00/1.00 vMB 38
411,839 411,839 0000000000000000014aaaac5e0069c3f1d91464658fe7f4868fddd90d8c4de8 452 0.20/1.00 vMB 40
411,838 411,838 000000000000000002dd99607358707f9d6b202dd0b70b4497e56fe962f43a48 97 0.03/1.00 vMB 39
411,837 411,837 0000000000000000046c60b9eae10759f41f66e0578379c4c24ac037d28fba24 414 0.20/1.00 vMB 40
411,836 411,836 00000000000000000188fab0be5daba3c293a7c1028461a18728f3e5632f54f0 877 0.73/1.00 vMB 27
411,835 411,835 000000000000000000d2be6df839e418b2d6c65883b28618540a7863f7dddcdf 927 0.63/1.00 vMB 33
411,834 411,834 00000000000000000198fe46a490dbb10f129f60d08322a6307ef1d4af0dc8f7 1,886 1.00/1.00 vMB 48
411,833 411,833 000000000000000000816cac5c040f63b4aa7fda8523c105ca8c30926c69d39c 1,478 1.00/1.00 vMB 36
411,832 411,832 00000000000000000204e02aad4853e29adde53a5d2735df057b73e5e1afbd72 1,081 0.99/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.93 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.