Loading Tool

Explorer IconExplorer

Memory Pool

76,569 transactions
30.22 vMB
0.10378807 BTC
Random Selection Loading Transactions
Max Size: 180.34/200 MB

Candidate Block

Mining Attempt ac589910dae6a2afcd607b90e779d66026c45af6ced9f95fa3b4cad600bc897e
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root 4c63b47cba803f3f3306eed0bf15ec292b567b2f511aeedd61b39e8088a88e98
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,164
Size: 1.00 vMB
Total Fees: 0.02711149 BTC
Feerates: 100.00 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (276,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,930 638,930 000000000000000000044bc37536ca03da0f1888e6ae1e5116797d751d7608bf 2,046 1.00/1.00 vMB 11
638,929 638,929 0000000000000000000e471a9e8a9ec5c25784658d3e3c330cbb20a68483cece 2,902 1.00/1.00 vMB 25
638,928 638,928 0000000000000000000f4a21261d35742433d6e8d1f2fefbb90577c4cf11f7a9 3,119 1.00/1.00 vMB 39
638,927 638,927 0000000000000000000a950b58a4c4177eef8af4e8f7536e7d2e2b466c8784e8 1,428 1.00/1.00 vMB 14
638,926 638,926 0000000000000000000d01c0f2ab9259be717286fbb4e38aba30591a6e0c8034 2,502 1.00/1.00 vMB 6
638,925 638,925 00000000000000000005a3eaad79324fda9329472528333991e84506356bc839 3,033 1.00/1.00 vMB 28
638,924 638,924 0000000000000000000ebf1cd095c761f2aeecb94587f9663bfe8f9d90793360 2,577 1.00/1.00 vMB 17
638,923 638,923 0000000000000000000897d29ff332437b124fcf0e630fb1cd762ed9ac24af78 2,299 1.00/1.00 vMB 27
638,922 638,922 0000000000000000000f8b58b7c503c5297157aeb55d8b7a1e99947b7c18e519 1,868 1.00/1.00 vMB 37
638,921 638,921 00000000000000000000cd21fea1c0c93fa007e2ab74a1f082822214a8fe3b73 3,087 1.00/1.00 vMB 51
638,920 638,920 00000000000000000011984722454c02013250c07f5602e61a0b14e50f2db2c6 2,654 1.00/1.00 vMB 28
638,919 638,919 0000000000000000001182433afc187f340156a932b22467f865527dece118a9 1,891 1.00/1.00 vMB 21
638,918 638,918 00000000000000000006fdf12614c6674b0d722f3a4b4e12d488a3c2bbf41c00 1,818 1.00/1.00 vMB 46
638,917 638,917 0000000000000000000b71a65dadbd30541e1685f6c2cf901b037192371463b4 2,404 1.00/1.00 vMB 17
638,916 638,916 00000000000000000000a264049a9d1eb81e11cd826e32d11346e237d3917981 2,554 1.00/1.00 vMB 25
638,915 638,915 00000000000000000009ce0854969b718c314b0e8538e4216cf33c1e46c39a85 2,956 1.00/1.00 vMB 44
638,914 638,914 000000000000000000114ea45e15b067c84dc3248a3236f918694da3d398a782 2,522 0.93/1.00 vMB 12
638,913 638,913 00000000000000000011756da2c2460c7a688afc9ff2cef5fd3beda8e0f94cd4 2,624 1.00/1.00 vMB 16
638,912 638,912 00000000000000000002d995516e2d3c40a91953926382c880c010f2b0a23e1e 2,002 1.00/1.00 vMB 23
638,911 638,911 0000000000000000000581d1a3b9fadd27bfaae4797fc6e195617bc689615e86 2,875 1.00/1.00 vMB 20
638,910 638,910 00000000000000000002111442a24b22d2ba48a4ed5cfe2a5ece18aa6e39dd76 2,752 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 783.17 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: 749.45 GB
    • Received: 18.82 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.