Loading Tool

Explorer IconExplorer

Memory Pool

75,580 transactions
33.40 vMB
0.12449949 BTC
Random Selection Loading Transactions
Max Size: 186.38/200 MB

Candidate Block

Mining Attempt 5e61c93b430dbdd19374b9663df95a8f5f952daa99e0e7f55934f62bcb6fa054
Version 20000000
Previous Block 00000000000000000000c077d8988b15493bc1532da26f22c899c1307eed6203
Merkle Root c93e117742e3a3a5b94e30ddf5f3e209dbf1390bdc3545e2fe051966c2a740fb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,139
Size: 1.00 vMB
Total Fees: 0.01782718 BTC
Feerates: 70.48 > 1.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,414 (12,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
902,850 902,850 000000000000000000009b9a14c713704e752b3cc73df6e2baff657cae7b5478 3,522 1.00/1.00 vMB 4
902,849 902,849 000000000000000000012399a890e07fed008d0b9ad89f0c333f5564dc5585dd 1,736 1.00/1.00 vMB 3
902,848 902,848 0000000000000000000050817101ba5c0a23903bab6e0b5b77f8bc9365f8879b 3,367 1.00/1.00 vMB 4
902,847 902,847 000000000000000000017ad33277ff0b6f5b06a2e97b964fbc60e3c3dd9f20d5 3,641 1.00/1.00 vMB 5
902,846 902,846 0000000000000000000035d3bee250f54e592231d286674040312c870a6543b6 3,841 1.00/1.00 vMB 1
902,845 902,845 00000000000000000001532ecfaad7441075cf4519f2568e33968ded282b3a63 2,360 1.00/1.00 vMB 2
902,844 902,844 0000000000000000000089b57261cd3891f02cf781b6962f818133b5f3604cce 875 1.00/1.00 vMB 2
902,843 902,843 0000000000000000000039f78dd6c3e42c1c8dc78625debcb4f2a5e9ccba3c96 3,754 1.00/1.00 vMB 4
902,842 902,842 000000000000000000012d27007e3d083ca6e61a92899ecd2ddf12de6fa730de 2,257 1.00/1.00 vMB 2
902,841 902,841 00000000000000000000b2616e89327667851791adc9e6741555b7b548affa68 3,444 1.00/1.00 vMB 4
902,840 902,840 00000000000000000001c5bfa8cfd3d1ae4b80ba2f5577c4897314acfa8aee66 3,963 1.00/1.00 vMB 4
902,839 902,839 000000000000000000015ee9f044b8ebaca8bebf7d17323a4656067565308d63 3,760 1.00/1.00 vMB 5
902,838 902,838 000000000000000000000d54650f8f226b6625279c29ec1fd05cb9a40fc22fe5 3,560 1.00/1.00 vMB 5
902,837 902,837 0000000000000000000004e36ece4b4fa8c11262e084f2e203937a6cd9c9f594 3,609 1.00/1.00 vMB 13
902,836 902,836 00000000000000000000f332893549d15a7ffa27ea751623cab092d2d970ca76 1 0.00/1.00 vMB 0
902,835 902,835 000000000000000000020f71df982165491d8eacfad2898553c9652572c1a9f7 4,098 1.00/1.00 vMB 1
902,834 902,834 00000000000000000002161eef73cbe645f28535e5a6d2f97ae66e7dbb7d413c 4,947 1.00/1.00 vMB 1
902,833 902,833 000000000000000000017562fc4f9b82f153b3016fbd35a9c0eae70b27ecd322 3,178 1.00/1.00 vMB 10
902,832 902,832 00000000000000000000ed851c59c7f0df0c153955bd99e51c179ddfa689397c 4,349 1.00/1.00 vMB 2
902,831 902,831 00000000000000000001eacbd4c93405c037ede831d780ed9f406cdb3326fcdc 3,338 1.00/1.00 vMB 3
902,830 902,830 00000000000000000000ce9d9469393aa0edc3e2dcb0a543cf62c71a85d4c01c 1,681 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.11 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: 732.00 GB
    • Received: 18.53 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.