Loading Tool

Explorer IconExplorer

Memory Pool

75,793 transactions
29.41 vMB
0.08262717 BTC
Random Selection Loading Transactions
Max Size: 177.87/200 MB

Candidate Block

Mining Attempt e514cf70a7bdc8388807446a64528b10a33dfbbd3d7917688d4cdf50d654c900
Version 20000000
Previous Block 00000000000000000001e0799bfdd965039da614a51ef9e83f2560f19b18d699
Merkle Root 57314097d7a53569731f43173a1ccaf5a02b719a9e9aaa9235edcc90d9f9c888
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,428
Size: 1.00 vMB
Total Fees: 0.01664755 BTC
Feerates: 100.46 > 1.67 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,438 (802,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,692 112,692 0000000000010bd7bb335fa61469c2f03203837fb095fec25b04d24c4e70f97d 12 0.00/1.00 vMB 312
112,691 112,691 00000000000049c697c39ba6eee8e5c5449a47fecdddadc14a13802ae0726b73 26 0.01/1.00 vMB 1,001
112,690 112,690 0000000000008479ea85a9a6485987480a6bb587027fdd64a2540e352302fbcb 22 0.01/1.00 vMB 1,736
112,689 112,689 00000000000094dd001f6eae190ab6675f036965c2914f2db606f3e1417114b4 1 0.00/1.00 vMB 0
112,688 112,688 000000000000bd7c23859c579fa502b7da7d9367202b28c27fef1c72bd718977 12 0.00/1.00 vMB 573
112,687 112,687 0000000000006d2817cdfe6c2e556ce075bbeecc6a2d38ea98880cee3786c9fa 22 0.01/1.00 vMB 686
112,686 112,686 000000000000727a9d1240446f47aefb10357e72949e2721fe3ead0dc6208727 10 0.00/1.00 vMB 0
112,685 112,685 00000000000005d89bc5c9a27119875f9d47834a2f7be477fc634e20ef772d5c 15 0.00/1.00 vMB 1,384
112,684 112,684 0000000000004ba3f98b790a093b5b03a1a8f8ce4bed134091adfb7dab9bbcfd 2 0.00/1.00 vMB 3,861
112,683 112,683 000000000000c8375782a8c1e41a466dc5fdd811888f9b682be9a3e72356f5e1 20 0.01/1.00 vMB 1,353
112,682 112,682 000000000000cf47118c3ddf572658bee6235c29c23b3c88302fca19a4f11252 5 0.00/1.00 vMB 718
112,681 112,681 000000000000baa2803c8a48df00252cccd9529d6fc57f940ee1396deb90485d 16 0.00/1.00 vMB 220
112,680 112,680 00000000000010b0ffa067690c6a9a346c2f79213da7f451719904049b3ab077 18 0.00/1.00 vMB 1,330
112,679 112,679 000000000000805c18b7c0448039ca3fb08f13294e663d5959a405d6fa00a117 9 0.00/1.00 vMB 902
112,678 112,678 000000000000e1cb6c172563f536ac64249fe90e740cce5d08abf0146419ff89 18 0.00/1.00 vMB 889
112,677 112,677 000000000000c09ef86fd7a09e99e49d28774469f47f556ff9c200c42c9317c6 3 0.00/1.00 vMB 2,074
112,676 112,676 0000000000007edb92154e71fc43ff6037045ca5d860f5173b7d3d94ed2b6767 4 0.00/1.00 vMB 1,048
112,675 112,675 000000000000e5096006495f5713b5e712e0dedc5e354676813f3e7a1c5a6323 1 0.00/1.00 vMB 0
112,674 112,674 000000000000b9f54bd1898a34bb0bac2fe27bb4158fac001af778f30ce2eb5b 2 0.00/1.00 vMB 0
112,673 112,673 00000000000034ad923b4b01665cfe37baf389256a66d9e3f0e7c610f7bd1cff 42 0.04/1.00 vMB 95
112,672 112,672 0000000000002e692013a89ff849632644a81c3483e38beaf7b9a88888a79bd7 27 0.01/1.00 vMB 890
Previous 10 blocks ↓
Total Size: 783.15 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: 746.06 GB
    • Received: 18.73 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.