Loading Tool

Explorer IconExplorer

Memory Pool

85,116 transactions
31.67 vMB
0.10077063 BTC
Random Selection Loading Transactions
Max Size: 193.24/200 MB

Candidate Block

Mining Attempt 52c94f4262b00592b658433bc7453c56570c107d609c687b40f2f873087cc642
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root efacb835fa1754027ae2ab4b3cbe7be55a0db2933cffb960a022cc777a8c865c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.02659763 BTC
Feerates: 150.77 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (230,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,667 684,667 00000000000000000003f6124bc565f5ab1315bfdb85d6fa38bdda1c70d29606 1,726 1.00/1.00 vMB 60
684,666 684,666 000000000000000000043f2e6f028798c1fcab7704116f800807dbf37db89c06 1,218 1.00/1.00 vMB 63
684,665 684,665 00000000000000000007535b646fb8a7ebf5d46fbcba33c28e88c6c072cad26f 683 1.00/1.00 vMB 117
684,664 684,664 00000000000000000003f5ecb86dfbf9831cee3f8d7c6dbe0e45d00473b59588 2,117 1.00/1.00 vMB 99
684,663 684,663 000000000000000000068a1bfe9244fd2e6937f6556bbb114aff93e35fa8f88b 2,463 1.00/1.00 vMB 121
684,662 684,662 00000000000000000009a012d294df7099d857bff55f7dbea5aa5ad2c2e93bb6 800 1.00/1.00 vMB 19
684,661 684,661 000000000000000000090c7fa5aff7299963ba8ff5055e8cb2aca8923304074e 2,042 1.00/1.00 vMB 65
684,660 684,660 00000000000000000004b36f70007297879a630d6bc006e79251f44e0fc33de7 1,686 1.00/1.00 vMB 33
684,659 684,659 00000000000000000001c27831353d8a8d54cbe980b12e114733f0948df71531 1,801 1.00/1.00 vMB 60
684,658 684,658 000000000000000000065ce66d8d16a325fb0b6e7fa510d55ffe5e155f02e7aa 2,066 1.00/1.00 vMB 41
684,657 684,657 0000000000000000000133d6f66dea1103ec33d587a65ed2c20804c18b310843 2,222 1.00/1.00 vMB 88
684,656 684,656 00000000000000000006bce42d92eaafb6dff2e0aae8613a0b38604d9f02655c 2,798 1.00/1.00 vMB 133
684,655 684,655 000000000000000000077bf63a13e46df605a1a4ee2b1018bcd60e3a66e5b338 1,322 1.00/1.00 vMB 57
684,654 684,654 000000000000000000065a0c6c7a73f58b556968cbf9a2010636374b30c66c22 570 1.00/1.00 vMB 114
684,653 684,653 0000000000000000000305044548951bcb360a6f753cab342b3760bffc127724 1,168 1.00/1.00 vMB 18
684,652 684,652 000000000000000000090bff36d141f0464b19dbac15012c96aad52baa2e4202 2,644 1.00/1.00 vMB 118
684,651 684,651 00000000000000000005c77a304b75b77b1021b6770dbc5f98ae102b5b6c3b53 1,800 1.00/1.00 vMB 41
684,650 684,650 00000000000000000002ba01d695167f5aba89b9d331187ea9103fe6ee820af6 2,222 1.00/1.00 vMB 89
684,649 684,649 00000000000000000009204791942cbb54f084b3f1de4177a50c22bb827d51a2 1,974 1.00/1.00 vMB 49
684,648 684,648 0000000000000000000ab1559f47138c156ddc66142a2caa808c81d8269fe208 1,797 1.00/1.00 vMB 32
684,647 684,647 00000000000000000004c44532b54131fc4d4350e09fc1bde3b2a32f39a38202 2,262 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.97 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: 716.12 GB
    • Received: 17.78 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.