Loading Tool

Explorer IconExplorer

Memory Pool

39,708 transactions
27.09 vMB
0.05581290 BTC
Random Selection Loading Transactions
Max Size: 141.58/200 MB

Candidate Block

Mining Attempt f252005490da648396a9f36014ffdc5b421c56fc5afab79dabb144e8af717e45
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 2856c2bd5886bfad69733f8bfbe8ebc17297e43e263972f900dfaf9f835e7baf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,175
Size: 1.00 vMB
Total Fees: 0.00560573 BTC
Feerates: 69.10 > 0.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (333,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
581,056 581,056 0000000000000000001bcec1cde85f8570dcf459ae2bee3c10159e22dd0b1f87 2,068 1.00/1.00 vMB 63
581,055 581,055 00000000000000000000e4b6524722997b1b525e08e17a1dea75fd082783e09e 1,582 1.00/1.00 vMB 100
581,054 581,054 000000000000000000040d7cde11b7d5673e0da72d1b067b73f42c6c7bb860de 2,547 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.