Loading Tool

Explorer IconExplorer

Memory Pool

82,767 transactions
31.78 vMB
0.11690263 BTC
Random Selection Loading Transactions
Max Size: 190.99/200 MB

Candidate Block

Mining Attempt 5ec9d6d10dcbb04f2049f614a30a0505576dd8ac4639700155293546f804720d
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 5a3f2fca0ac5bb78faba96f71adea614099d32f984db6ebc112e877f79e2ef0b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,720
Size: 1.00 vMB
Total Fees: 0.03096525 BTC
Feerates: 318.30 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (327,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,463 587,463 000000000000000000146bcfdfb41055e901ef745768a86eae6ed24d0fbac27b 1,906 0.69/1.00 vMB 27
587,462 587,462 00000000000000000018177313f499cdd1494ec520091720fbeb0e5240f9b285 2,408 0.96/1.00 vMB 14
587,461 587,461 0000000000000000000b5dcb77d48e0450bbbfdeaa3e18ae9292e42b09c0f4f1 2,583 1.00/1.00 vMB 18
587,460 587,460 0000000000000000000a92e21cefaa8305b5f688f33c72452c19c3ee2afeb970 3,262 1.00/1.00 vMB 58
587,459 587,459 000000000000000000107fc33e3a74958fe260c2215dca4f58be2980131909e5 3,045 1.00/1.00 vMB 19
587,458 587,458 0000000000000000000387728d447d74f4536e3aa1cc0b9f6b16d492d4216b2f 2,818 1.00/1.00 vMB 50
587,457 587,457 0000000000000000000be5879d1ee4ef3843a1732b16600a6f7987d4ad4dcadc 1,096 0.47/1.00 vMB 18
587,456 587,456 0000000000000000000b033a2815a821ae06366879630c21e5875a857c172cc3 1,840 1.00/1.00 vMB 20
587,455 587,455 0000000000000000000f47c88c9f058229333b6dd9f345842803daf77390c695 2,597 1.00/1.00 vMB 26
587,454 587,454 0000000000000000000d3ee8cf9a1080fa5998ce7f2f22fc8ca0827d21689743 1,495 1.00/1.00 vMB 7
587,453 587,453 0000000000000000000332d18b5ca1e4f81552627a9c913bafcd3aac7a1a1a9f 996 1.00/1.00 vMB 8
587,452 587,452 00000000000000000008a630e3e0c9e43e7dd61e3cb13f4039a357481a032a0e 1,238 1.00/1.00 vMB 2
587,451 587,451 0000000000000000001d8565e3b20b00bbaccf4679bb6ac2dbd55fbc60190a05 884 1.00/1.00 vMB 15
587,450 587,450 0000000000000000000acf0090c0d23994f54c50a422373a15655a71553c28a0 1,844 1.00/1.00 vMB 27
587,449 587,449 0000000000000000000ea910cbd226af56677d5ce0c3cc83795cf25787b4a39f 1,534 1.00/1.00 vMB 26
587,448 587,448 000000000000000000125c02073e0626100bd55cb9b8b520a551b2e47be45e98 1,897 1.00/1.00 vMB 18
587,447 587,447 0000000000000000000f2152725f0c1f926e25a765fe2689ba27fe592e2cc21f 1,893 1.00/1.00 vMB 28
587,446 587,446 0000000000000000000fb7be1f096f956035721a756ff06eff9afd739acb7990 2,040 1.00/1.00 vMB 28
587,445 587,445 00000000000000000016f64e0664e558d2a0186d35565f7734e23567900b6920 1,636 1.00/1.00 vMB 38
587,444 587,444 0000000000000000000bca6aba4d861cc221b5f1edf7595cdb51c6b0d02a8011 1,171 1.00/1.00 vMB 72
587,443 587,443 00000000000000000008ba00e4b030021fc76ac2fe2333d7b15c0843937f87d4 2,583 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 783.00 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: 718.81 GB
    • Received: 17.95 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.