Loading Tool

Explorer IconExplorer

Memory Pool

45,665 transactions
29.05 vMB
0.13902808 BTC
Random Selection Loading Transactions
Max Size: 151.34/200 MB

Candidate Block

Mining Attempt d27cd81e90037f7df6a5d1cd92da5298f3423780e995d6ea6005719562ddb50d
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 23db7f21dc95e41c38031014089f3f5698cf9a39884e7721492877deb1165552
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,827
Size: 1.00 vMB
Total Fees: 0.04194800 BTC
Feerates: 150.75 > 4.20 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (408,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
506,026 506,026 000000000000000000608531949ce776781210f7cb2fd6911130610642ea5ca8 2,204 1.00/1.00 vMB 214
506,025 506,025 000000000000000000153c44d1a63392ba491bae2707841c9d25f2350a54e963 2,041 1.00/1.00 vMB 186
506,024 506,024 00000000000000000000b09446d011d20810f81fa2a2bdaf179d5fae682f3cbb 1,884 1.00/1.00 vMB 220
506,023 506,023 0000000000000000005ffa27b8c4ac2e3d491cf06ff5096516c61089625b4df3 2,262 1.00/1.00 vMB 243
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.65 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.