Loading Tool

Explorer IconExplorer

Memory Pool

79,202 transactions
30.08 vMB
0.12512905 BTC
Random Selection Loading Transactions
Max Size: 180.44/200 MB

Candidate Block

Mining Attempt 3aaeaf9325e0c6e96865c701182e5c4460875a8befd2d11bb4259decd77e7b4a
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 4bfc8f2dbe0127e3f1cf2b20ca84cec2090c96e30f83a2a96354e396a4c96a58
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,784
Size: 1.00 vMB
Total Fees: 0.03886689 BTC
Feerates: 673.02 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (394,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,859 520,859 000000000000000000252197a6d1b57461b30af3c550df06e1837f0e2347ee7d 61 0.03/1.00 vMB 19
520,858 520,858 0000000000000000002300b191242f4e00d60d88d768554bf9140b6cc6f930a6 1,052 0.59/1.00 vMB 33
520,857 520,857 0000000000000000001d3d4954ed1a3e5605c1d6972693d80a3bbb918c6980b3 661 0.29/1.00 vMB 31
520,856 520,856 00000000000000000020b6e99ab6c36e65e52d5fd14292d81450b362eb9d116b 1,428 0.66/1.00 vMB 43
520,855 520,855 000000000000000000208d2f726e8f616f1110616ccdfd18977544d0dcd1eccb 16 0.01/1.00 vMB 17
520,854 520,854 000000000000000000025ec6af58dddbe861bea4adfd443b1aaa0f0289935a80 1,060 0.56/1.00 vMB 32
520,853 520,853 0000000000000000003de5a7439c2fd626725b3219dddf85981e82c02b640258 386 0.19/1.00 vMB 35
520,852 520,852 0000000000000000002e447ffbb98de214cc6e3bde85fa04e4c28aba6962ebfb 1,716 0.81/1.00 vMB 34
520,851 520,851 00000000000000000024bb6e9625f7dec5aefbd494bdee16f7f4ab08d482412c 472 0.19/1.00 vMB 30
520,850 520,850 000000000000000000100d35114480c96cc4cb972a1fd7e57b5bbd64a205bfd1 964 0.45/1.00 vMB 59
520,849 520,849 00000000000000000039fc9405e0a6558d36f9915030a38c9f3730dcbf2672d4 1,836 0.72/1.00 vMB 71
520,848 520,848 0000000000000000002e1cdc5f2c491b71cf52c690f2a1153da05f5f56cdbb05 545 0.23/1.00 vMB 50
520,847 520,847 0000000000000000001915293a1560a7c57008932b082b7d786ac3f22907be1d 62 0.04/1.00 vMB 60
520,846 520,846 00000000000000000002e243a6a38e965d8787b31baed9c99ecd816aa03cbbbd 709 0.48/1.00 vMB 28
520,845 520,845 000000000000000000370c6a1b4b8d814e3150a9197370134ca1c6bef1f9bf3b 1,642 0.82/1.00 vMB 39
520,844 520,844 0000000000000000003e3dd67534eaa4a271014a745ed03408b08c588e3cac62 903 0.50/1.00 vMB 31
520,843 520,843 0000000000000000003f7c2779ce5a394df049eb733103b1a6f0a62878417124 1,116 0.55/1.00 vMB 48
520,842 520,842 0000000000000000001ee7146d797a3a403c5fa4467ff7ab405b82945106a343 602 0.36/1.00 vMB 35
520,841 520,841 0000000000000000002b0538a0e5a47dff4e5126140bcc9fe5d64cfe3afb3e88 1,205 0.59/1.00 vMB 7
520,840 520,840 00000000000000000016b6a0e39adbddf1843eb9592d18930ccea00a2e8677fe 2,304 1.00/1.00 vMB 90
520,839 520,839 000000000000000000288cfdd2265cc8360ea6d6f2ff12930e08c8a4d007e39a 880 0.90/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.