Loading Tool

Explorer IconExplorer

Memory Pool

81,333 transactions
31.38 vMB
0.09804420 BTC
Random Selection Loading Transactions
Max Size: 189.63/200 MB

Candidate Block

Mining Attempt 47506aec62924e9f398714f3b9453b11da0a5b1e02e3b45b27eeee59909981d7
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root bddf7f6579e2e9bb68b8099a841f347fa68e12038649b0df643ff453d57aa2b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,925
Size: 1.00 vMB
Total Fees: 0.02874795 BTC
Feerates: 265.25 > 2.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (230,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,848 684,848 00000000000000000002dbaba51cbee205ae55bd83d44cd586ffa6b2a71670c2 1,615 1.00/1.00 vMB 109
684,847 684,847 0000000000000000000a85ad71b8b9b16c04a2ba3e37efae0f3ce521448da239 1,132 1.00/1.00 vMB 121
684,846 684,846 00000000000000000005baab5cc464500f9e0b621f026c5001b8c2bfe7d22852 2,015 1.00/1.00 vMB 111
684,845 684,845 0000000000000000000a6fb67004af665a3d5d9acaa7265dd44a61ee619b19f9 1,396 1.00/1.00 vMB 13
684,844 684,844 00000000000000000000774cfad353c09fbf6c360e2daf4f1f47fe0cead1442c 2,066 1.00/1.00 vMB 83
684,843 684,843 0000000000000000000ad30cadcf77b37cfb9ed2da0de1fa88d2c3a3038822ee 2,084 1.00/1.00 vMB 123
684,842 684,842 0000000000000000000726c25ad1100c339c3b63de570b2995485518cd8746d2 2,245 1.00/1.00 vMB 10
684,841 684,841 00000000000000000001f360f7cfbb60c95e33b0a516341f26c13ed2bedafffc 2,433 1.00/1.00 vMB 90
684,840 684,840 00000000000000000006baec9e66092b315c05eabdaed3ff716c8f26cb6fc01e 2,570 1.00/1.00 vMB 55
684,839 684,839 00000000000000000004e07a3550f696127a8e56b0448df284d7188f7a57c7ea 2,064 1.00/1.00 vMB 62
684,838 684,838 000000000000000000013d68298066189ff6b47b88a260a94198c28fe042289d 2,144 1.00/1.00 vMB 109
684,837 684,837 00000000000000000009c174f17c64042bb37cdc744e000357050a6fb80bf0b1 1,206 1.00/1.00 vMB 119
684,836 684,836 000000000000000000007ce9f10a57e076e1c0bef5c34976fead7303e8738b12 2,802 1.00/1.00 vMB 122
684,835 684,835 0000000000000000000404f4b43fb18b1c4ae34050f6e90d3e88a58b9dbf3a19 2,001 1.00/1.00 vMB 38
684,834 684,834 00000000000000000006ec8762cd38c07e724af388d0365cae624dd79899d948 2,356 1.00/1.00 vMB 115
684,833 684,833 00000000000000000005e16f66b40f9f5123e960c1589579dae84c8027c87796 2,162 1.00/1.00 vMB 41
684,832 684,832 00000000000000000003e964b471d325710b206250295f74036daad86c65e677 1,891 1.00/1.00 vMB 68
684,831 684,831 00000000000000000003d20b42a8e32a45ad2a25bd3f0dcdbfed25dbc6f1111f 2,494 1.00/1.00 vMB 33
684,830 684,830 00000000000000000006704839aac3c5793db191472d871a7c1df2dabea9048e 2,447 1.00/1.00 vMB 56
684,829 684,829 000000000000000000018b1304e807501d205414810d45c1e00f7f29c4b99c70 2,670 1.00/1.00 vMB 58
684,828 684,828 00000000000000000009cc942cfce8d49122e4d6df6220825512837ce53f23f9 1,938 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 707.55 GB
    • Received: 16.69 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.