Loading Tool

Explorer IconExplorer

Memory Pool

82,866 transactions
31.33 vMB
0.12847263 BTC
Random Selection Loading Transactions
Max Size: 189.84/200 MB

Candidate Block

Mining Attempt dd2786df51e2c12912360bb2808a05aaaf44834be6ef422f1ba08f0b98170481
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root c844299a3d2f191aedda4c7a7e64afc8798ffcd91abf4df6a60660f96c24a989
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,024
Size: 1.00 vMB
Total Fees: 0.04497680 BTC
Feerates: 318.30 > 4.51 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (61 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,340 915,340 00000000000000000001049e369aac2c4af01dc613ce7d208c3063e5755d3b19 994 1.00/1.00 vMB 2
915,339 915,339 00000000000000000001f05e8cc23d696cae40de9f163b230f36285173964d24 2,057 1.00/1.00 vMB 2
915,338 915,338 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd 3,478 1.00/1.00 vMB 1
915,337 915,337 0000000000000000000032dc3ab471a5d30d05c4476b24c36221c095aaa327ee 2,379 0.61/1.00 vMB 1
915,336 915,336 00000000000000000001cbe487183ac4d5d178fa1499085c238c7707ef7426db 2,521 1.00/1.00 vMB 2
915,335 915,335 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d 3,961 1.00/1.00 vMB 1
915,334 915,334 00000000000000000000da0edbb3d775bfacdf06a00f717a7f06ad044f066fee 3,209 1.00/1.00 vMB 1
915,333 915,333 00000000000000000000f3a2a6c5db3965cc2f9112ac896dc86beab278f4d481 2,547 1.00/1.00 vMB 2
915,332 915,332 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321 4,063 1.00/1.00 vMB 1
915,331 915,331 00000000000000000001c9a0bfc95ee466302ac4a5ca5faccc359946d3ec2ec3 3,812 1.00/1.00 vMB 1
915,330 915,330 000000000000000000012eda0183874dd226146bb4d2949368770ce3a8fc35b3 2,648 1.00/1.00 vMB 2
915,329 915,329 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f 3,925 1.00/1.00 vMB 1
915,328 915,328 00000000000000000000b4e131524387d4f14e6d9fd60bcfbb2bf2b4f8a5eeda 1,635 0.46/1.00 vMB 1
915,327 915,327 00000000000000000001cab081e672304ec3bfd8e687c0653bd5ef0ff7570b47 2,510 1.00/1.00 vMB 2
915,326 915,326 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b 2,277 1.00/1.00 vMB 2
915,325 915,325 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f 2,292 1.00/1.00 vMB 3
915,324 915,324 00000000000000000001b9e1fc0c07b333cc15370429acb6a77281d8bcbc9d2b 2,687 1.00/1.00 vMB 3
915,323 915,323 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620 5,280 1.00/1.00 vMB 0
915,322 915,322 00000000000000000000a8c3ad82e11f794adea612cae12671f7bde0122f77d5 4,500 1.00/1.00 vMB 1
915,321 915,321 00000000000000000000689f5aac8f3b2931b26ac31fa880ea1b747dd3d324e4 2,868 1.00/1.00 vMB 2
915,320 915,320 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f 2,475 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.08 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: 722.40 GB
    • Received: 18.39 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.