Loading Tool

Explorer IconExplorer

Memory Pool

82,161 transactions
30.51 vMB
0.13260619 BTC
Random Selection Loading Transactions
Max Size: 183.84/200 MB

Candidate Block

Mining Attempt 4db719881f1f64955f3032b4750377ff1a8a2f2ffc81b6b25cfedce134952a7b
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 6190fd3a4965a46442f11735c02daea0fe4c008b3c2f9dae5b809605a553bbfe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,631
Size: 1.00 vMB
Total Fees: 0.06947079 BTC
Feerates: 203.60 > 6.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (117,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,602 797,602 00000000000000000001b26cd7656dfdd43e1f6f2494ceeb2655fe3d88c902a0 3,257 1.00/1.00 vMB 18
797,601 797,601 000000000000000000047bee6ce1c5ed2fa4167ef693d880f2286d82f79a5fde 4,787 1.00/1.00 vMB 5
797,600 797,600 0000000000000000000059af06e5697b86d32919991acd69d39422e0ab02ab79 4,290 1.00/1.00 vMB 6
797,599 797,599 000000000000000000056ec1dd99a088ce668d19818a269a8d38266f6637b856 6,156 1.00/1.00 vMB 5
797,598 797,598 000000000000000000009eb1563d7eda8a82d593ae94e54a20e2a0137aa0a82f 2,953 1.00/1.00 vMB 14
797,597 797,597 00000000000000000000fa6da0df41702b6a6b4c15580e6d98207db6dbc77398 3,360 1.00/1.00 vMB 7
797,596 797,596 00000000000000000002ae3d477a16880c43f7af096d78c504e76f4281e91192 5,607 1.00/1.00 vMB 6
797,595 797,595 000000000000000000015d26dfc8aa189a1ee8920f99ad9b549df35c33668d56 4,477 1.00/1.00 vMB 6
797,594 797,594 00000000000000000004be4179cfdbd0b85c414be7f1a3aebb7d77a950a5ee62 1,756 1.00/1.00 vMB 8
797,593 797,593 00000000000000000001db3d45831f131c7adca2d4aa0e830f2a0b1a24912752 1,860 1.00/1.00 vMB 18
797,592 797,592 0000000000000000000529c38d8d90db026b558b13c152b979f5b2ff598485a2 2,629 1.00/1.00 vMB 15
797,591 797,591 000000000000000000047bb8cd9a93a41a588c28e1d954ade3765d2ddd273acf 3,314 1.00/1.00 vMB 17
797,590 797,590 00000000000000000000a312aa2418e13094c9b300150006a150e9ed96d45ed9 4,126 1.00/1.00 vMB 5
797,589 797,589 00000000000000000003da9a8055eec88c12ca142bf939f28f14d39810467bbd 1,982 1.00/1.00 vMB 11
797,588 797,588 00000000000000000000c5f5012dd3471d761e8c355aea4a3ad8cc630e10bd3f 1,505 1.00/1.00 vMB 11
797,587 797,587 0000000000000000000281cce170b359a7c101a66271ee4ed4388d91bd7a6f15 2,625 1.00/1.00 vMB 18
797,586 797,586 0000000000000000000233482459673c45f80fd46217bb4f1c535dcc8174f65d 2,903 1.00/1.00 vMB 10
797,585 797,585 000000000000000000012a39a4c6272faa43625ebcdd76b9eb0a40026b5d424a 3,215 1.00/1.00 vMB 17
797,584 797,584 0000000000000000000575d130d9cee74f7f24085efba18c359bc9c7380da87b 6,165 1.00/1.00 vMB 5
797,583 797,583 00000000000000000004187b81fcf9f77f4de0b35f90e21ab418ee423911ac3a 6,019 1.00/1.00 vMB 5
797,582 797,582 00000000000000000000cde8d1bfb3ebb6d96258389157eabfcc8b2800d80212 3,687 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.34 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: 661.29 GB
    • Received: 14.80 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.