Loading Tool

Explorer IconExplorer

Memory Pool

92,756 transactions
25.65 vMB
0.08898530 BTC
Random Selection Loading Transactions
Max Size: 169.37/200 MB

Candidate Block

Mining Attempt e36b146cb4135cf4bd60bf6e2962078e6f6600dce0f314768b53ae9149702c60
Version 20000000
Previous Block 00000000000000000001953eb233be2ab2d5a5e5517a816521ee3050997cfb5a
Merkle Root f076fc53d12a0f43d31c0ad316fb828fd2e2e5560287b64da91215b8ab0efece
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,412
Size: 1.00 vMB
Total Fees: 0.01931192 BTC
Feerates: 60.16 > 1.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,854 (844,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
71,358 71,358 0000000000aaa8d885e30fca0e1e0f63acce90e1ffa40d84c8c2f215de47d2dc 2 0.00/1.00 vMB 0
71,357 71,357 0000000000e324ead1896d15bf77c7db01467765c2c1f648df66fcec0577ff16 1 0.00/1.00 vMB 0
71,356 71,356 0000000000f81525676ea50416476d923f8ce3089b645fd569e66469e774ef15 1 0.00/1.00 vMB 0
71,355 71,355 00000000002ceb3e4aa5ed5b2cfa552633881ef8bb658686f024d4a4f8570124 5 0.01/1.00 vMB 0
71,354 71,354 00000000005350f6f8d085ecb0408a02af2bc665b1a52f6cc50245ced999aad9 1 0.00/1.00 vMB 0
71,353 71,353 0000000000771f1afecab4f23167e8e625cb11bd00a0173a5f51d274ac55b568 1 0.00/1.00 vMB 0
71,352 71,352 0000000000f012b4f960c54a4637f7e6f25650fa9a72ec74c4fa3251b6336ce9 1 0.00/1.00 vMB 0
71,351 71,351 0000000000936199e02d88c25da6d78dd613ace533f568a1fd2394c378a03f0e 1 0.00/1.00 vMB 0
71,350 71,350 0000000000d52b26ed0eea76b28de1ef8319c375e5644bbe851b5206ecb1b3d6 1 0.00/1.00 vMB 0
71,349 71,349 0000000000d67b5521722e4b947d8b1f7f898e59d041c5c7c767db487b2bcb66 4 0.02/1.00 vMB 61
71,348 71,348 00000000008d7702f749e1266060142536b124ca89b28e56e8964277f40eeff3 3 0.00/1.00 vMB 0
71,347 71,347 00000000001130baf2cbf6531c7adae88e6a2867b4d4e5d5955bc70de423795e 1 0.00/1.00 vMB 0
71,346 71,346 00000000010b0f4000b8e65a9cc1f1759ba075c5fe92244ef4f32fb02c8d34b5 2 0.00/1.00 vMB 0
71,345 71,345 0000000000904b94f285c0f39b892d6e0547f28260399584a35f219b0feca417 1 0.00/1.00 vMB 0
71,344 71,344 0000000000043192ecf38afbb39a90919947bb6df25e377cb00a68c821c94e81 1 0.00/1.00 vMB 0
71,343 71,343 0000000000cc70e130a71be5984235231cc2dfa51848d87297598bd4b6751e17 4 0.00/1.00 vMB 1,416
71,342 71,342 0000000000ff3700ab73ec531f8754340385e634fc355919d370c49c375b66ab 1 0.00/1.00 vMB 0
71,341 71,341 0000000000b25be14c4ae638c8fe68010e92e3e86a9d0f739449aeb8f738a041 1 0.00/1.00 vMB 0
71,340 71,340 0000000000b7903330ab1b67ba12557774c5ae6e45fc8f41f7b068f69e64a59d 3 0.00/1.00 vMB 1,941
71,339 71,339 00000000009380a801b70d086c3984bc1b5bef1204d73427db4f986740baa818 1 0.00/1.00 vMB 0
71,338 71,338 000000000099c70b467613d5bc6d8148c8fcdacdc61b6d2afee3e9a83c5d4c54 2 0.00/1.00 vMB 3,891
Previous 10 blocks ↓
Total Size: 783.85 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: 793.94 GB
    • Received: 22.00 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.