Loading Tool

Explorer IconExplorer

Memory Pool

81,320 transactions
31.37 vMB
0.09794196 BTC
Random Selection Loading Transactions
Max Size: 189.61/200 MB

Candidate Block

Mining Attempt 499164c690eea9beed5638dd151d1282a60fd3451f5e12605778bc15e1d0cfd9
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root 49fca12704231c9a4e03bca184806a78f73688d0f76c16c516b8a794f7c9549b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,926
Size: 1.00 vMB
Total Fees: 0.02872709 BTC
Feerates: 265.25 > 2.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (493,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
421,901 421,901 0000000000000000036ce052faf34ecbd747cb6b847a09d8a56191796e0e6abe 1,669 1.00/1.00 vMB 105
421,900 421,900 000000000000000001c700afa4059eba91353a2545c7ef88f39cd31e5aa1a75a 1,904 1.00/1.00 vMB 87
421,899 421,899 00000000000000000512ee8cb8895944f452f454ef90f5e85412b062c57382ce 1,400 1.00/1.00 vMB 28
421,898 421,898 000000000000000002f2c9d166b15cbf7191ae5e51e85d57da15077c623aaff4 1,048 1.00/1.00 vMB 29
421,897 421,897 000000000000000001b2e024887fd3f43a89e017f1f45eac55e0b87d5ccead7b 2,113 1.00/1.00 vMB 46
421,896 421,896 000000000000000003c4e9bfa3ab5c380a8d1c7cccf0f898f015df80046915f4 1,952 1.00/1.00 vMB 60
421,895 421,895 000000000000000004ebd938f943dddb0d7db037bf61cdab67dfbb4a054013b9 1,623 0.99/1.00 vMB 76
421,894 421,894 0000000000000000021d1589eb7d6ea82e44b16379a7b95e5b710f47c04335d0 1,741 0.99/1.00 vMB 83
421,893 421,893 000000000000000001d2310a3e1fe8ac8d121c70fca47ed977447070a7d7035d 1,857 1.00/1.00 vMB 89
421,892 421,892 0000000000000000035ee2f74d1c6cf765a2131ae21309900c4a70b0a50f276f 1,391 1.00/1.00 vMB 105
421,891 421,891 000000000000000003d5fd61a20dff270eed52de1837ecdfd6c90ac4f8c1249d 2,134 1.00/1.00 vMB 81
421,890 421,890 0000000000000000014c7ce16526a2bbf9808add138b1da02ee2866d983c7a25 1,983 1.00/1.00 vMB 50
421,889 421,889 00000000000000000107f892eecd0c3bc1c143dc2da794a0f26da927c0f3b78b 1,694 1.00/1.00 vMB 96
421,888 421,888 000000000000000004b232ad9492d0729d7f9d6737399ffcdaac1c8160db5ef6 1,819 1.00/1.00 vMB 96
421,887 421,887 00000000000000000523779639c5af7a5c1249f4c15ecc5db4fa1775f95ff268 2,122 1.00/1.00 vMB 74
421,886 421,886 000000000000000003e2e6970c601c4840fd60aa6e957ae1363890b3dd64f16f 1,222 1.00/1.00 vMB 41
421,885 421,885 00000000000000000317cd40d58d09b4abc908cbf16a30b40b2693981acfdd9d 1,252 0.99/1.00 vMB 36
421,884 421,884 0000000000000000045c10622a69a8257f13db68990e54643a5ceb66f82ee164 408 1.00/1.00 vMB 19
421,883 421,883 000000000000000004d741104824e918f771fec020595ff69aeea452296d3368 463 1.00/1.00 vMB 21
421,882 421,882 0000000000000000047073817956463298d0e24b625a68732d315acfc20ae311 2,089 1.00/1.00 vMB 62
421,881 421,881 00000000000000000421c762bd7086ef6ccbd06d42d559aa58f6399120447a6f 1,522 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 707.55 GB
    • Received: 16.69 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.