Loading Tool

Explorer IconExplorer

Memory Pool

81,130 transactions
30.05 vMB
0.09383084 BTC
Random Selection Loading Transactions
Max Size: 183.59/200 MB

Candidate Block

Mining Attempt d5316ecb2d9e6d5d64fe704d6a4fd84c9be0f993e8edc2b9b29e4fbf9eecb891
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 2f9e2d22176cd45fdbc804f12b3f8df74607f18b1c6e030590ca55dab25c31d2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,502
Size: 1.00 vMB
Total Fees: 0.02629326 BTC
Feerates: 402.60 > 2.63 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (508,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,859 406,859 0000000000000000046e87f2aaef62036f0503c9fa97ee722900615e521f0b20 1,379 0.67/1.00 vMB 45
406,858 406,858 00000000000000000452da585c51bf32db7d4026d6315dc185acf65d3823ce8b 2,303 0.93/1.00 vMB 49
406,857 406,857 0000000000000000030fa287e89a78d6f76a3fcab533326ff0520f26daf963ba 567 0.53/1.00 vMB 21
406,856 406,856 000000000000000003e541add23cae6eaa25ce56d8326809ecdf70f17792c7ca 1,515 0.99/1.00 vMB 31
406,855 406,855 00000000000000000393bfe92fe530797c0246c4b8770c7c9233051a142a84e4 2,007 0.99/1.00 vMB 34
406,854 406,854 0000000000000000062c7952f8fadba1c253980d9d87b80be42122ca7a707070 2,941 0.99/1.00 vMB 77
406,853 406,853 00000000000000000567209b3c8d974724b04a96c4116774d785210073dc55b5 127 0.08/1.00 vMB 26
406,852 406,852 0000000000000000063feb5b45699d683aaeb864880ba9af56fd64db19b94f0c 595 0.38/1.00 vMB 39
406,851 406,851 00000000000000000210ab015580c48687aa040cb2f8691c4c5ecc1ca1d415f6 1,260 0.62/1.00 vMB 36
406,850 406,850 000000000000000003ca3aed7771d17d834babe528b70efd51f134a9e75c8c29 404 0.30/1.00 vMB 38
406,849 406,849 000000000000000003cc562e079d42b88726fc38cea5f75f1cf70b596869216c 1,872 0.98/1.00 vMB 35
406,848 406,848 00000000000000000032c2f6dadc7d84d52771d32c8835bb126bc41c9c433c99 1,804 0.97/1.00 vMB 37
406,847 406,847 00000000000000000392d9f9b1babe58d6d305ee8925ca80ba506281841f8ec2 506 1.00/1.00 vMB 8
406,846 406,846 000000000000000003adc9f3969bfd987edd6c561223bb0a1617233a98482d0e 749 0.32/1.00 vMB 37
406,845 406,845 000000000000000006753be3f7b2af7f1ac6ed40cbef8c75820159ddca2a0bd0 1,525 0.99/1.00 vMB 27
406,844 406,844 0000000000000000042d238c213ac0ca3043a562fdb8f3ee53ac8256c9eec705 965 0.73/1.00 vMB 24
406,843 406,843 0000000000000000040fb56c17c33fad57d328100eafd7426a7d452b3d9bd715 3,000 0.99/1.00 vMB 62
406,842 406,842 00000000000000000616d367442e64a9ac5b5f5a29302eda8e7556ca0348dff0 2,468 0.99/1.00 vMB 52
406,841 406,841 00000000000000000234daca4be52ea0dd7ea451b2c9e647e9418eca92b2a3df 530 0.27/1.00 vMB 37
406,840 406,840 0000000000000000068b786fd0cfe6a5cc172ee656c4a85198bdbbf7401025c6 1 0.00/1.00 vMB 0
406,839 406,839 00000000000000000111b46d827e5c86e1a2de738f6b0cb24df12810498f8fdb 1,324 0.88/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.95 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: 715.21 GB
    • Received: 17.67 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.