Loading Tool

Explorer IconExplorer

Memory Pool

41,763 transactions
27.44 vMB
0.13292001 BTC
Random Selection Loading Transactions
Max Size: 141.82/200 MB

Candidate Block

Mining Attempt a82deee6034fccc4446220817de99c892301cda62a4e8dd59b53fef933f2ac25
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 01efa2294be4158358785d421061f0f7e867598fbc6f84ec27123b6867402245
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,741
Size: 1.00 vMB
Total Fees: 0.05128417 BTC
Feerates: 150.71 > 5.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (408,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,047 506,047 00000000000000000068d000069390ca6f5ffed7bd1f972c6efcf40933365add 2,196 1.00/1.00 vMB 280
506,046 506,046 0000000000000000002845544e9f7ecc0f5255304962df48ff26d7c0509f78bd 1,737 1.00/1.00 vMB 217
506,045 506,045 0000000000000000002f944b0a6a68168698468906808219e3efb6605352729a 1,261 1.00/1.00 vMB 83
506,044 506,044 000000000000000000225c1275f8ae7707f515e4dc98b3fea43544094594c92a 2,366 1.00/1.00 vMB 201
506,043 506,043 0000000000000000001d1c1dc02576d8d96b198ff465c8d07873e733ff3981ab 2,813 1.00/1.00 vMB 332
506,042 506,042 0000000000000000003098d6b558855f082451bee7630c8b402d19c93986a956 2,290 1.00/1.00 vMB 209
506,041 506,041 00000000000000000067a34a3b11d457a5f9a7b3e3fa07e0a48893e684d33efc 2,485 1.00/1.00 vMB 305
506,040 506,040 000000000000000000072e69136217264146b861d91f7ac7895011f5143e4065 1,447 1.00/1.00 vMB 129
506,039 506,039 00000000000000000029960aff9786763f348dd71bcc68ed0ee4b8b5b8c97f54 1,281 1.00/1.00 vMB 134
506,038 506,038 000000000000000000463edc163bcc22c0147b0b191a773a1570a1db2e66afba 2,324 1.00/1.00 vMB 265
506,037 506,037 00000000000000000031a42afeef2061a6014426926c71b477e0f3e439bfb399 1,897 1.00/1.00 vMB 270
506,036 506,036 00000000000000000060f60eda465f8b426f352b63fe5d3fe4a4c6c5e01c99e8 1,701 1.00/1.00 vMB 148
506,035 506,035 00000000000000000006c7a843a8ceb7fa1015e3e66e0c53fea5688cb5b8f20e 1,914 1.00/1.00 vMB 322
506,034 506,034 000000000000000000132f8a65053f47be69d349e6bad77087297f030f16df18 1,298 1.00/1.00 vMB 120
506,033 506,033 000000000000000000346c7382cab4d6bdaec53bf2b3d57d6434f86b65cab998 1,403 1.00/1.00 vMB 127
506,032 506,032 00000000000000000011af07a8c18c68b82357d7ad08460f6681976b20507141 1,444 1.00/1.00 vMB 152
506,031 506,031 0000000000000000002767abc88f853563897b31274fbc6c9306f83b12e28795 674 1.00/1.00 vMB 66
506,030 506,030 0000000000000000005c5537e570d7081a69b617946a4ef874a9a404f20ad1a4 1,185 1.00/1.00 vMB 112
506,029 506,029 00000000000000000059c15d5e0ac4c813714bb6b8e9792c8e213844b9754e0e 432 1.00/1.00 vMB 16
506,028 506,028 00000000000000000064ad4a4839abefd2e4e3d2a75c2bd1fadead59ad9c32b8 1,036 1.00/1.00 vMB 102
506,027 506,027 0000000000000000003133c567a511c15ae1da565ff9ca7601dcf1532291b282 1,911 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 781.87 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: 643.24 GB
    • Received: 12.58 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.