Loading Tool

Explorer IconExplorer

Memory Pool

40,988 transactions
32.75 vMB
0.09356844 BTC
Random Selection Loading Transactions
Max Size: 163.16/200 MB

Candidate Block

Mining Attempt 0ebf4dd5e8d0a1597fd115dc9bb06d445c5e63966bb91c0517cd72cc36197d5f
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root 5624d3687aa5a359909316300aa7429c69831060aaad723a7e5a93354dc56997
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,239
Size: 1.00 vMB
Total Fees: 0.02427693 BTC
Feerates: 501.64 > 2.43 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (345,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,409 569,409 00000000000000000022f47cf1a1a0f232deb855997f61382106ec35bd0f3edc 2,045 1.00/1.00 vMB 16
569,408 569,408 00000000000000000028fdd71934e78242918cae9a6bd9b7e1d3784b58184b11 2,623 1.00/1.00 vMB 16
569,407 569,407 00000000000000000000e8e737ea367ecd4a0c294587685f9e2f3d4cf7e6b717 2,332 1.00/1.00 vMB 35
569,406 569,406 00000000000000000003ab98093a5e26c31be06b386636a4a3d854f9a7d57dc2 2,606 1.00/1.00 vMB 20
569,405 569,405 00000000000000000025c945fbde3ba51997702c699981553c35506b6c196ecb 3,095 1.00/1.00 vMB 51
569,404 569,404 00000000000000000025d009ec71caa702a4ae2bd08078b86a9d4bf7f93813d3 1,929 1.00/1.00 vMB 14
569,403 569,403 00000000000000000019fc07f671d921a905e7d8315de92c01b5b9437e39c203 2,637 1.00/1.00 vMB 22
569,402 569,402 00000000000000000000ac4320146aadf99c30921f92435b6ba6e1574dd065db 2,970 1.00/1.00 vMB 29
569,401 569,401 000000000000000000164d8a3b56061c92555c930c437c4dd8eb5b4ad4b6c088 3,147 1.00/1.00 vMB 52
569,400 569,400 00000000000000000014dab013a2e2118b8e021e5b2afd65b8f9fdbfdca869b9 1,792 1.00/1.00 vMB 20
569,399 569,399 0000000000000000000be9f043e98cbfdfb85a4e8e39d88d411308a1155f3611 2,386 1.00/1.00 vMB 27
569,398 569,398 000000000000000000270f040c2d58576613c45f15b071e1994813e6b69c7bfd 3,640 1.00/1.00 vMB 24
569,397 569,397 0000000000000000000d6440e97b3051efadad69524595a4c74d7455e37cbdae 2,734 1.00/1.00 vMB 11
569,396 569,396 0000000000000000001d6c094d490e90fa43e07f030f98db9b8242c4cab9f0cf 3,166 1.00/1.00 vMB 48
569,395 569,395 0000000000000000000d6d974e0155fddfb69e27e503f226503559f22684c14c 2,067 1.00/1.00 vMB 17
569,394 569,394 0000000000000000002b86ed01cd3de03d12dd267708e7dd69bc6614c9331bc4 1,153 1.00/1.00 vMB 13
569,393 569,393 0000000000000000001f16fa1fa675f1906f71e3822c26f16c27931e3acf7720 2,348 1.00/1.00 vMB 31
569,392 569,392 00000000000000000016ac2b040f5ecc8f963b8ca32a86beba2035b9a7617768 2,692 1.00/1.00 vMB 40
569,391 569,391 0000000000000000000ddeb96cc69af920e6b9e39b035896c77d906911ef7444 1,975 1.00/1.00 vMB 17
569,390 569,390 0000000000000000001409dbe751809ed4036c7dcbf121ab77e0a14d9dccae97 3,068 1.00/1.00 vMB 43
569,389 569,389 0000000000000000000afeb45f65f5e9d0635666cf4fa5ad8ab57f864202e1f1 3,314 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 624.09 GB
    • Received: 11.53 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.