Loading Tool

Explorer IconExplorer

Memory Pool

80,720 transactions
29.90 vMB
0.12128396 BTC
Random Selection Loading Transactions
Max Size: 180.11/200 MB

Candidate Block

Mining Attempt 457f7cae10ebdfa9fcd9c13cbe8d9e3811ef32d9c8ba9de3fb14128e7138c2ba
Version 20000000
Previous Block 00000000000000000001da0a60f0698b1c5dd5ff7d15014352ab111436e992fd
Merkle Root b4f77c5a74fd3a1612c5e6b6048ae1e60f36c59da94c386aec7cbc2b65f0f770
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,954
Size: 1.00 vMB
Total Fees: 0.03381184 BTC
Feerates: 149.47 > 3.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,300 (8,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
906,666 906,666 00000000000000000001ad96836ff738f14e10ecbc71c7f5f751ad96d936c433 327 0.06/1.00 vMB 2
906,665 906,665 000000000000000000009e60c673ae57bd3e345f5ba5c95f373bb63514a82d4e 5,069 1.00/1.00 vMB 0
906,664 906,664 000000000000000000020e88a61960c54ff136ae3b5b67307d439ce3fada8856 4,514 1.00/1.00 vMB 1
906,663 906,663 000000000000000000022fcf4373c307c647e5fdd7fd2d8977c8b28490f9bfa5 4,124 1.00/1.00 vMB 2
906,662 906,662 000000000000000000008e69db16024869aa669312414ea3c72d2b0facf56100 1,796 0.49/1.00 vMB 1
906,661 906,661 0000000000000000000202326e85ab86a003089e1fe76a08de05aa6d6b89c533 4,884 1.00/1.00 vMB 1
906,660 906,660 0000000000000000000011523ee65ecbb5f0b686a5b1632be2d31821476f6df4 4,177 1.00/1.00 vMB 1
906,659 906,659 0000000000000000000111c338301db995d9767b52efcb8cbda56acac883bb5a 3,305 1.00/1.00 vMB 3
906,658 906,658 00000000000000000000dd5f597b4ba198df7ae014f7a5e0834d08a4a3e70568 2,609 0.69/1.00 vMB 3
906,657 906,657 00000000000000000000567c5b50a8c8c5db9a76993868b47458f3832e9fe61b 3,475 0.88/1.00 vMB 2
906,656 906,656 00000000000000000001dedbd25e8140cdf1b4a54f5a1b07bae03ab04a2f2eb3 3,411 1.00/1.00 vMB 2
906,655 906,655 000000000000000000010749af120a8971d84ef467658fa1b366b83025fe306f 2,982 1.00/1.00 vMB 4
906,654 906,654 00000000000000000001475603bc5c67c24daf553ee91d6c1c4d88023364fabe 3,199 1.00/1.00 vMB 1
906,653 906,653 00000000000000000001d1b06eecf569e8c89926dd95dbfa6b243000673d5d01 393 0.11/1.00 vMB 3
906,652 906,652 00000000000000000000811a86379a75b65d57067e3f928c58362bb19d94ad2a 3,826 1.00/1.00 vMB 2
906,651 906,651 00000000000000000002308de94a98a62a54879fb09f4a6d3027c49b5b902f70 1,694 0.70/1.00 vMB 1
906,650 906,650 00000000000000000001c2706c0e525f61e6615fa15f4fc8676c0f0db4f28bb5 3,020 1.00/1.00 vMB 4
906,649 906,649 00000000000000000001aa2e3002739dbfab15bc8feab28ca6deca20db85e032 4,474 1.00/1.00 vMB 0
906,648 906,648 00000000000000000001d2dc685ddff3b431c1709177ad45fc67cc29960d0d2e 3,983 1.00/1.00 vMB 1
906,647 906,647 000000000000000000005adf71b8c3223131d28e1b174c70a7f21eda91ec155f 879 0.33/1.00 vMB 3
906,646 906,646 000000000000000000001b15cae4866c04f227b63f97d55dfd586d0581441f16 4,687 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.91 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: 713.85 GB
    • Received: 17.49 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.