Loading Tool

Explorer IconExplorer

Memory Pool

56,821 transactions
18.59 vMB
0.04697727 BTC
Random Selection Loading Transactions
Max Size: 117.72/200 MB

Candidate Block

Mining Attempt 6b99ab55dda67bccea182dd2715df8c92581043386e33722b898e88050ff8370
Version 20000000
Previous Block 000000000000000000009dbbe776f3a92fdd470fa29fc79a950ba6a907d201b1
Merkle Root 9a878e61901d40c1a8a203073e5393ce20d0365d19e8f58c69ac7ca2f126ba3e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 651
Size: 1.00 vMB
Total Fees: 0.00526973 BTC
Feerates: 157.11 > 0.53 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,711 (791,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,226 124,226 00000000000015809741ea13d22778268481c2bbe173c7f31658fd4df76b8377 12 0.00/1.00 vMB 832
124,225 124,225 0000000000000506339c2dc81de1bd56ee218e8b8443f5e16d4ec4ad830dc374 44 0.02/1.00 vMB 1,936
124,224 124,224 0000000000003d8c038f3ee4d7bde8a70a7b8270c562b5fc8ff30cc51a4c4601 11 0.00/1.00 vMB 1,355
124,223 124,223 0000000000000787d9bcae4f9752cee22c3ab38142a3ed5b680040ad35ec418f 1 0.00/1.00 vMB 0
124,222 124,222 00000000000069aa39e35bd8844580461da820a4f24615e8120d0bf1c9630379 18 0.01/1.00 vMB 0
124,221 124,221 00000000000028ec1990b73a36d982f6d657aec73f08cc7e452ec07e69e46c91 28 0.01/1.00 vMB 507
124,220 124,220 00000000000004d1a179f9d744a7a211cc766873d78b7e946579b0a557e4b4cf 11 0.00/1.00 vMB 2,852
124,219 124,219 0000000000004b8cf68f6219149f1bd01afd90579793a768170f875254afd00d 40 0.01/1.00 vMB 0
124,218 124,218 0000000000005981b83941604ff6c860945e696c684f8bc549098b8889cad43c 64 0.03/1.00 vMB 715
124,217 124,217 00000000000029f22765e1a3febc6811c89f56fda5d39c0b826d534a24319beb 26 0.01/1.00 vMB 766
124,216 124,216 000000000000115ca26a2c231cd7cfde9610e865c8c144847187efc1ad1929f1 7 0.00/1.00 vMB 0
124,215 124,215 0000000000004823090f52b396408721d1b2475b35a5d5e634f786a8e1bd647b 20 0.01/1.00 vMB 774
124,214 124,214 00000000000037defde911a8827cacb12a0983352f804abeeebff6b6921da25f 25 0.01/1.00 vMB 710
124,213 124,213 000000000000613b69c748a373513fc67065517d11d48d4369630c3cd89a6d2a 26 0.01/1.00 vMB 954
124,212 124,212 0000000000004974804cd15cd336c699d3d0d62fa79e901012b8da07089a97cd 12 0.01/1.00 vMB 968
124,211 124,211 00000000000026a632015654291d118b1080391c5fb3b28aa38636d0944a5a6c 8 0.00/1.00 vMB 300
124,210 124,210 000000000000125b7aac9e8b5cfbfc41e2e55fa32c3be51428b683477bbf2c6d 33 0.01/1.00 vMB 641
124,209 124,209 0000000000002d9579053c85b3e648de7b20e51884854854c9c5bd2e0ef3eaca 9 0.01/1.00 vMB 577
124,208 124,208 0000000000004e41b6110f807f2210ed2ebaba45d60d08a763bcaead12280d6b 19 0.01/1.00 vMB 1,863
124,207 124,207 0000000000002a6f07393ff4d6015fdfd6f41bb54d2393f1ac7ffe3bb692da9c 31 0.01/1.00 vMB 1,095
124,206 124,206 0000000000004f9f1415009557f1bc2c2d9db83f313cde86d40c0c81d3297ff3 18 0.01/1.00 vMB 1,590
Previous 10 blocks ↓
Total Size: 783.61 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: 775.36 GB
    • Received: 20.86 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.