Loading Tool

Explorer IconExplorer

Memory Pool

85,333 transactions
33.01 vMB
0.15868596 BTC
Random Selection Loading Transactions
Max Size: 196.57/200 MB

Candidate Block

Mining Attempt b95f7f80581dbe22f8c8a087ae8a6447878fff6e44b20b9393d957c46f928275
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 283864161778c71adc7ab90919fd3662cd4bd4a12adb67a4a17d54cdf02f3e64
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,645
Size: 1.00 vMB
Total Fees: 0.04939328 BTC
Feerates: 318.30 > 4.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (276,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,936 638,936 0000000000000000000ba1292689f020eeeceac69f7f58af084016b02b407e73 388 0.56/1.00 vMB 1
638,935 638,935 0000000000000000000e8b1f0254429a3507e37dbecf2eaeb570242ff8995ea4 2,236 1.00/1.00 vMB 11
638,934 638,934 0000000000000000000893f48243a1d22bb7fe0ae4bf4a9af1bbb5c930dfc2fc 1,563 1.00/1.00 vMB 3
638,933 638,933 00000000000000000003da892985bb9d12157d0dec63ddd190691e31e4b75d2b 1,924 1.00/1.00 vMB 19
638,932 638,932 000000000000000000063d816d7b039ed5fcd5bb82d5ad969bf1725ea1947ad6 1,967 1.00/1.00 vMB 13
638,931 638,931 00000000000000000011d45c73abff6fcf1cdac7b4debcbc8856677c84a99458 2,551 1.00/1.00 vMB 16
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
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.