Loading Tool

Explorer IconExplorer

Memory Pool

78,399 transactions
29.10 vMB
0.07792996 BTC
Random Selection Loading Transactions
Max Size: 176.60/200 MB

Candidate Block

Mining Attempt 7af2279c2b9a816af4ced0b9ddc99435ad20109401edfc27e74d9db92411d969
Version 20000000
Previous Block 00000000000000000000fe8d2ef4d4f66fab81a29a3333d76710a3a67965d934
Merkle Root 14dbdf75c2af5b57ec0c3c8ae3845fa5f090c4c72ad900a358558786d87c30ec
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,508
Size: 1.00 vMB
Total Fees: 0.01268361 BTC
Feerates: 23.91 > 1.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,598 (844,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
71,230 71,230 0000000000141be943756a72b61c4b0f4958ff38c156966ff9917d984b816304 2 0.00/1.00 vMB 3,875
71,229 71,229 00000000000c586d39f5a6e3cb19429ec9791f5234bda88bdf80bc1574d53507 1 0.00/1.00 vMB 0
71,228 71,228 00000000006f4061cc54e590209f87348ebd8d952c414e40f8e006c2fb03872d 1 0.00/1.00 vMB 0
71,227 71,227 00000000003d1fee67bf971518d5220809745178bc54965712f9b23ac6b2d382 1 0.00/1.00 vMB 0
71,226 71,226 000000000062a113838b4254bacf81a1c6f89ebb1116a96088fe49401ab9fb19 1 0.00/1.00 vMB 0
71,225 71,225 0000000000faf6dcf36cab0599ef28adb25eda62ee46f0b417b677dab4f431ba 2 0.00/1.00 vMB 0
71,224 71,224 00000000003cbf80327b1e78c20ec6456d27bb53fbeea63e91b166b56ce109d7 5 0.00/1.00 vMB 302
71,223 71,223 0000000000aba5187e4f98fa35cc6083550f82f8c986af78aada24ae3acf1816 2 0.00/1.00 vMB 3,861
71,222 71,222 00000000009ac68814141f6f0c5e903c4e7a189aaa08536de9c67521cffa22e3 5 0.00/1.00 vMB 1,113
71,221 71,221 0000000000b94813354dd5a7c55018a651f052128e39faef870dbf0878811c89 1 0.00/1.00 vMB 0
71,220 71,220 0000000000ce3eade3b882a72396937300418375c12c9dbab326e5aa61fbfaac 1 0.00/1.00 vMB 0
71,219 71,219 0000000000eacee9d2be92b1e9975ff38df2d89ca9113297e026f626ea2b37b1 2 0.00/1.00 vMB 0
71,218 71,218 00000000002a1db0a7ae9675dbff3b9b98e74bc5011570ae1c6bd977401de3dd 3 0.00/1.00 vMB 1,893
71,217 71,217 0000000000f66f46d5f0702436b08ea24ff621d7a5b631fdd3c7c87e4a08d657 3 0.00/1.00 vMB 0
71,216 71,216 0000000000755170ca344ed2f1077084b99780da290fbbedc1e2d21b1695110b 1 0.00/1.00 vMB 0
71,215 71,215 0000000000f385c7d6527427c64ad75922618d82f68a1b6722158e9cb504d6bc 1 0.00/1.00 vMB 0
71,214 71,214 0000000000775c23145b97b5d2a1ba7f05a072cb429a123b4f46eaf9baf3d6cc 1 0.00/1.00 vMB 0
71,213 71,213 000000000023e6729e00dba5b2c6c9ab77bf5747bdfb228cbb0ef0e22e161e16 1 0.00/1.00 vMB 0
71,212 71,212 0000000000e19ea9c69ff329952a4a63b45bd7b61e4a8f31a65cd15a4862f183 4 0.00/1.00 vMB 1,668
71,211 71,211 00000000002da5239c1d1492f130daadbe72848a86410133ccafa9f435c7a470 1 0.00/1.00 vMB 0
71,210 71,210 0000000000ea071457049d63b854beac25fde0b175ee774d3f1cb2b28f4aa198 6 0.00/1.00 vMB 3,241
Previous 10 blocks ↓
Total Size: 783.43 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: 770.52 GB
    • Received: 19.92 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.