Loading Tool

Explorer IconExplorer

Memory Pool

37,260 transactions
27.11 vMB
0.06210774 BTC
Random Selection Loading Transactions
Max Size: 137.80/200 MB

Candidate Block

Mining Attempt 6d1157e6371e52b1d762d56afb734c94233515719fb72733188094fbbdc7a1ec
Version 20000000
Previous Block 00000000000000000000aa901451ea64871ed16c71336cb9b9a72dcf9202be9b
Merkle Root 66ca8cd09037a3d0c92c3152e153ce2be321314700970c29dfe7a693a027d423
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,600
Size: 1.00 vMB
Total Fees: 0.01073605 BTC
Feerates: 40.21 > 1.08 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,649 (354,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,360 560,360 000000000000000000190126ae2b5e122f6103ef0f9f9e20fe77d5870237c919 3,055 1.00/1.00 vMB 10
560,359 560,359 0000000000000000000be9ff2e9b9778ad6a1e23bb7216aac6cba5161474dde1 3,091 1.00/1.00 vMB 20
560,358 560,358 00000000000000000000e2b5994887a43db9fdc99054313ce358ba9f1cf816d2 3,217 1.00/1.00 vMB 20
560,357 560,357 000000000000000000030e02c5e52206375c277d0353e2fbac1ab2d52b68a732 1,362 0.39/1.00 vMB 12
560,356 560,356 0000000000000000002e1aaddcad1f9b1f26e2ceae2e0c64f21c3ac1ccbeaa4f 10 0.01/1.00 vMB 21
560,355 560,355 0000000000000000002073ee148f47b8ec876e5143e92ea65bc5063e0312080e 1,906 0.99/1.00 vMB 3
560,354 560,354 000000000000000000180da478b0725deab78ae1d78e76fa00ea8386dac76b13 2,919 1.00/1.00 vMB 11
560,353 560,353 0000000000000000001e9ecd5afa637bd83404a745e8461393b76fc83cfd5c75 2,528 1.00/1.00 vMB 5
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
Previous 10 blocks ↓
Total Size: 781.77 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: 632.70 GB
    • Received: 12.14 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.