Loading Tool

Explorer IconExplorer

Memory Pool

77,112 transactions
28.99 vMB
0.07216310 BTC
Random Selection Loading Transactions
Max Size: 175.55/200 MB

Candidate Block

Mining Attempt 625b4fb7a4e9ddcfbf656fcbbccdf33eab713435f3e530f3137f9795eca53560
Version 20000000
Previous Block 000000000000000000004f1797ecad87bc3b397b775f33be18dda797d18ca11e
Merkle Root 0b1d28bfd349c5dec46a671e2912c193623092cde8e88cf84636e925bcad0550
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,359
Size: 1.00 vMB
Total Fees: 0.01153484 BTC
Feerates: 477.45 > 1.16 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,132 (481,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,786 433,786 000000000000000001a4b727ae1da08bb17bc33499e30eb9423639e60cc121c8 2,011 1.00/1.00 vMB 61
433,785 433,785 000000000000000002851734d499c0bf64dc758d37c7bb62dd5a5edac9f78be8 1,914 1.00/1.00 vMB 63
433,784 433,784 0000000000000000008b06cbf0bf4ad18a67376b84ec54b9553469649ed3cb1b 2,418 1.00/1.00 vMB 85
433,783 433,783 00000000000000000408203ae59b84422673db8dd806c2a260fc6c110cf8ac4d 2,247 1.00/1.00 vMB 86
433,782 433,782 0000000000000000033abdd83b1164f53a87a139970a409726b1271f2ccef5dc 2,706 1.00/1.00 vMB 59
433,781 433,781 0000000000000000018624812edcf301124146f95662a0f46566b1f4d90df35b 2,099 1.00/1.00 vMB 94
433,780 433,780 00000000000000000096a5a65327e31777f7c091c97f80575d5982ce7c33ed69 1,951 1.00/1.00 vMB 116
433,779 433,779 000000000000000002c29e53e57165deba10eef68951fab65a5cee0252df93a8 2,457 1.00/1.00 vMB 101
433,778 433,778 000000000000000002e3bccffaa58edc94794a910a6225009ece026a6348ad6f 2,058 1.00/1.00 vMB 66
433,777 433,777 0000000000000000026c6cff7b5ccd9299c2daa98786421b6da002eddf2c7771 2,282 1.00/1.00 vMB 78
433,776 433,776 00000000000000000060e4e1c0d6cea6f1760688733b7d5e99937e003faf60bb 1,211 1.00/1.00 vMB 75
433,775 433,775 000000000000000002dd91bc05dd24dbf65cd8e158e11782b3d7f91ac6cf3abf 1,761 1.00/1.00 vMB 81
433,774 433,774 000000000000000000e04cd7744785355ef803563c50ccca07e8e98fc021ffd6 1,860 1.00/1.00 vMB 91
433,773 433,773 000000000000000003393e919f9c1c48a03259ba8272daed0db8e521551a35d2 1,847 1.00/1.00 vMB 83
433,772 433,772 000000000000000003a4a24176567d7a8221780ea1403ed2dc4cca6e2cfb2cd6 2,592 1.00/1.00 vMB 125
433,771 433,771 000000000000000003847bac756c57c5abee376b4b0720164e4f74163bc68049 2,388 1.00/1.00 vMB 67
433,770 433,770 000000000000000002c5f3aa23cbfd771e8c6a840025a1eccbf09ed54337df89 2,400 1.00/1.00 vMB 80
433,769 433,769 0000000000000000016dcd2a28c9e9675a5b8bf6b5dcc9eea47d423eeefbaaf0 2,382 1.00/1.00 vMB 82
433,768 433,768 00000000000000000240e170f82d7147cfc7a59d16835fb30682c99f961b4cbc 9 0.00/1.00 vMB 453
433,767 433,767 0000000000000000024b08a216399101b4af79405f71c7a94f6171597983eab9 2,710 1.00/1.00 vMB 78
433,766 433,766 0000000000000000002f05ebdd6a9752ca4da48c9ee5fb0b412d384004c51a59 2,228 0.75/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.