Loading Tool

Explorer IconExplorer

Memory Pool

42,434 transactions
29.22 vMB
0.07458778 BTC
Random Selection Loading Transactions
Max Size: 149.84/200 MB

Candidate Block

Mining Attempt b7e473dab2326a7e89d361983c0f923ab52e4b56a5e73e6cef01f87ab830e4d5
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 5dd471d7074b06afe6c008ca53689adc6db8428c0c29b7b53227a239c204f646
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,666
Size: 1.00 vMB
Total Fees: 0.01738215 BTC
Feerates: 100.36 > 1.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (354,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,352 560,352 000000000000000000190e1730c8080ebfd720d25c1e3cfce54a431925a7c0f5 2,863 1.00/1.00 vMB 8
560,351 560,351 0000000000000000001d1a8d445f24672214e01acac9d129c2e7d9ec7159e837 2,804 1.00/1.00 vMB 14
560,350 560,350 000000000000000000000395dd54db0dfdcb2a1b145607d4785c087e0c02f501 2,790 1.00/1.00 vMB 29
560,349 560,349 00000000000000000010f01e55c02f63d30cc620e8f253c1a26829ef8ee90882 2,750 1.00/1.00 vMB 31
560,348 560,348 00000000000000000024758c6eac25d82b5186565927fd7547a9f0e1cef04d20 2,733 1.00/1.00 vMB 42
560,347 560,347 0000000000000000000bb4bbed3b514e636495c25ee6ac12eae493d4343aab51 2,008 0.70/1.00 vMB 2
560,346 560,346 000000000000000000278d1790d7320f8068e4980456551d6a5a7753d52d3fd2 2,558 1.00/1.00 vMB 23
560,345 560,345 00000000000000000000d799071713a4bb47ba7eac01f049e517a98352a02c21 720 0.25/1.00 vMB 15
560,344 560,344 000000000000000000114690a7462cb7a469a1e4e40ca0651cdf00cb469a267b 1,588 0.54/1.00 vMB 14
560,343 560,343 0000000000000000000a42bd24eea502904dd20e7c1a9877029c9b196303006c 379 0.36/1.00 vMB 4
560,342 560,342 00000000000000000027d2f294a1c8ac37e24ea8a23af4a1e2d4afc043a51c5e 2,701 1.00/1.00 vMB 9
560,341 560,341 0000000000000000001f4830d8f1c7c7578e5c5736944ab438d89fc0644a9d42 2,082 1.00/1.00 vMB 3
560,340 560,340 0000000000000000000ce09e83049e3e7ad8c658d866e3d7dc719bdd210986ef 2,002 1.00/1.00 vMB 8
560,339 560,339 00000000000000000003a9e2ef3f7a36b19b3c7a72e0755effcae3a86d4f641d 2,129 1.00/1.00 vMB 19
560,338 560,338 0000000000000000001b6fcd3abab4daef2487c5be5cb15611e3911b88b8498e 1,680 1.00/1.00 vMB 20
560,337 560,337 000000000000000000286a54271cd20f054cf13304afe308c0b4f811a7fd3a21 2,725 1.00/1.00 vMB 20
560,336 560,336 00000000000000000000cf6ccd80ffefbdfc9fe56eafaa0ef33d6832f4618d3b 1,349 1.00/1.00 vMB 61
560,335 560,335 00000000000000000027a0b0ebd8353db1f8af3ffd03e584390c016bb1845e39 1,415 1.00/1.00 vMB 47
560,334 560,334 0000000000000000001e759935becdfb0a8ff165951173ee2a677c8788d030db 2,591 1.00/1.00 vMB 3
560,333 560,333 000000000000000000158b39483a967f8fb18d2bbd787d0059431b26841de98c 2,728 1.00/1.00 vMB 12
560,332 560,332 00000000000000000021559d636ffa6ef6eaf931187259877206d90156448fab 1,874 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.