Loading Tool

Explorer IconExplorer

Memory Pool

48,731 transactions
28.26 vMB
0.08067205 BTC
Random Selection Loading Transactions
Max Size: 150.87/200 MB

Candidate Block

Mining Attempt 8b0b71f340bc35f15866c4acc57ccfb8e61f6d8ea0c194d5f33580bc4078d1ff
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 40923e659b2716911e08dae1aee218845c97f546c4c94f597f3b30bf7eaf6f79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,151
Size: 1.00 vMB
Total Fees: 0.02680227 BTC
Feerates: 500.45 > 2.69 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (913,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,707 1,707 00000000df67a210f1360326b96370b21e2a7cab85d21c006ed78e8b8f8be6f6 1 0.00/1.00 vMB 0
1,706 1,706 00000000e666a9f293a5c6b2431d05e104efbde6136e803fe565b70b47a34b78 1 0.00/1.00 vMB 0
1,705 1,705 0000000022a790ef1c9e3b77e3f65735f2eb631e7b35279ddea1b943cd2ba3bc 1 0.00/1.00 vMB 0
1,704 1,704 00000000320e33f0755026d6eb0df394e8721c937b4528c8abcb49723026a794 1 0.00/1.00 vMB 0
1,703 1,703 00000000a0b59cdb690a435633a8e533383e3de78b2d7605ec8eed2ece9b64e4 1 0.00/1.00 vMB 0
1,702 1,702 000000007dd71ae3fff47a7c60552dfd33b33250882f0d5d1751d7695681ba40 1 0.00/1.00 vMB 0
1,701 1,701 0000000039c9ee6476f7ff947201bcab7167916dba9754fb5b446bab0cf8ef28 1 0.00/1.00 vMB 0
1,700 1,700 000000009bf03aa138b1bb31491261221f8d4562941c1022a798acda7e3158d4 1 0.00/1.00 vMB 0
1,699 1,699 000000003adc7620b189e487d65c8d1144f9801cf78bffc2ffaee3b7b2717d68 1 0.00/1.00 vMB 0
1,698 1,698 00000000601efcb04a6bc1b3c8a717ef193ab6307823b04818ea5302909c5e1a 1 0.00/1.00 vMB 0
1,697 1,697 00000000c0a1b54e1db9b30863ebb8f2c5eb529539e4db1d012862fa06fda081 1 0.00/1.00 vMB 0
1,696 1,696 0000000089e879d9772af27fe8ceee2c54c2ff8df5e9247a7a1cf21bdf009a69 1 0.00/1.00 vMB 0
1,695 1,695 00000000dd4469f0ce7cdd35cbaeab1cc6db413ad690bbba24ed1effe2530312 1 0.00/1.00 vMB 0
1,694 1,694 000000003351902f7e327de188067342d59d9ee65c18d080950c157ebdccfd92 1 0.00/1.00 vMB 0
1,693 1,693 0000000094822349a2bad483eae5aa27f154adb02077fc3d02c9f9c6260fe8aa 1 0.00/1.00 vMB 0
1,692 1,692 000000006491ae1a23c60475088c5febc4db81cf02f140c9e783af24ffdae9c7 1 0.00/1.00 vMB 0
1,691 1,691 00000000a95ffc19080926540534be32472ec3759c1e95b5cb4ff169e4b53812 1 0.00/1.00 vMB 0
1,690 1,690 000000001d807cfd1880f185030f815b7afb6733ce6b09b2e3ce11145112f20b 1 0.00/1.00 vMB 0
1,689 1,689 00000000d30fb8670693d4ac551134110e54bc13dbac82b58332f054ffa97192 1 0.00/1.00 vMB 0
1,688 1,688 000000003bde7050ee6fbd219f93e2192f03897d9f49103e4ad383c8ad8e395d 1 0.00/1.00 vMB 0
1,687 1,687 00000000aa195e03989d7a4c5dc4b58ed4b1ef55e460a780a2dd7bbfffc51398 1 0.00/1.00 vMB 0
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.70 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.