Loading Tool

Explorer IconExplorer

Memory Pool

41,965 transactions
26.56 vMB
0.06190646 BTC
Random Selection Loading Transactions
Max Size: 138.79/200 MB

Candidate Block

Mining Attempt c9bd65c1a0cde0f8c6ab54cd9e571d5fe1e3a3c691ca982c1c9984044c8933e4
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root b3fccadc898dc529a414653aaeae1383337804f2e51fc52729c34620a62834e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,819
Size: 1.00 vMB
Total Fees: 0.01290445 BTC
Feerates: 47.58 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (333,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,077 581,077 0000000000000000000894dc72ca0357cdb2f957cd3a42fe3d587ec3bcd2a846 2,820 1.00/1.00 vMB 106
581,076 581,076 0000000000000000001b152e31a7330a41eb3d0c2c4977926b75a6f07967aaa0 2,347 1.00/1.00 vMB 105
581,075 581,075 000000000000000000035316038c1a6e2b2c62f8c2c1eb9472156fde9546c9b6 2,335 1.00/1.00 vMB 83
581,074 581,074 000000000000000000157d8801e857b31be87dff932189e51e9501dd79fbd9a0 1,904 1.00/1.00 vMB 87
581,073 581,073 0000000000000000000ab3cfcf8068317c55d9698af758a518d8e3147ecf6cc1 2,352 1.00/1.00 vMB 98
581,072 581,072 00000000000000000003d077cc42ecdbf6a50ba460d10daf998636c6ad3b3dd1 2,282 1.00/1.00 vMB 100
581,071 581,071 000000000000000000104fd77b171a980c923f1532215a402f5b22979b6d1a3a 2,656 1.00/1.00 vMB 109
581,070 581,070 00000000000000000011e4c1a3dfc75386f6980016bef1528780c5081c4c265f 2,863 1.00/1.00 vMB 137
581,069 581,069 00000000000000000018b724cf9f499d9238be7c572fc176cf8e8dc1782a3a8e 2,329 1.00/1.00 vMB 70
581,068 581,068 0000000000000000002139f05588e0ce7cf6702a47ba5b51c574c9c30a289f08 2,693 1.00/1.00 vMB 115
581,067 581,067 0000000000000000001f1093cc94f3f1b91140dfc2413f3555b4fe36d0625d96 2,671 1.00/1.00 vMB 79
581,066 581,066 0000000000000000001e68c82b61a266c922970cf277df8aa660fb2ec84d880e 2,010 1.00/1.00 vMB 90
581,065 581,065 00000000000000000008c7b3beeb213b51adbbc464a43e2f72a6496e8d39cd9d 1,497 1.00/1.00 vMB 115
581,064 581,064 00000000000000000021ed80374a5c1cec47cbe47ab4163391e27fff2f87cb10 1,667 1.00/1.00 vMB 109
581,063 581,063 0000000000000000001b67ec2be2f56e1caa4adf86705c2229b7f2918778a11a 1,773 1.00/1.00 vMB 101
581,062 581,062 0000000000000000001d66ca2660b69d691da6b207531cef5adc71cada0161ca 1,698 1.00/1.00 vMB 112
581,061 581,061 0000000000000000001b41d1546044371a88356498d846261de811bb3fb386d6 1,799 1.00/1.00 vMB 50
581,060 581,060 00000000000000000007d495f12b798fe201fecd65b5416755a276e912d07b86 2,237 1.00/1.00 vMB 99
581,059 581,059 0000000000000000000d70f2a12f21f61053a5aec74e332092090372bef4c54a 2,267 1.00/1.00 vMB 50
581,058 581,058 0000000000000000000e779495f9b16bfe9229ba2fa6dcca1a8f70de7da13680 2,455 1.00/1.00 vMB 70
581,057 581,057 0000000000000000001ca487ab6979625bf8963a104f48dd82f3aa267e6b5082 1,712 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.