Loading Tool

Explorer IconExplorer

Memory Pool

45,629 transactions
27.66 vMB
0.07531221 BTC
Random Selection Loading Transactions
Max Size: 144.90/200 MB

Candidate Block

Mining Attempt fb23a4c0c7bee708f81b0378fc40cf151addbe96ec4f4f1f9e2c7779b563ea92
Version 20000000
Previous Block 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493
Merkle Root ebcdb3f7dd2e145b32932f9a89339c2000c91a0723c13803dbb09d0907c7bb33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,524
Size: 1.00 vMB
Total Fees: 0.01992461 BTC
Feerates: 124.00 > 2.00 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,888 (129,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,924 784,924 0000000000000000000132b9bafcc628537bff8547a27476dfe7e7a269f9c2d9 2,785 1.00/1.00 vMB 15
784,923 784,923 000000000000000000016da87ef1d49caf68c39ae71fd9bf6091d519aa302768 607 1.00/1.00 vMB 2
784,922 784,922 00000000000000000002ef4c74491134d40dfaeb3b08091a8ea3046199f84610 1,720 1.00/1.00 vMB 13
784,921 784,921 00000000000000000000ec03fd6271364bd7653793086d8d0cd7303fda607905 1,630 1.00/1.00 vMB 5
784,920 784,920 0000000000000000000184239af16052ea4a9100bce9824fcdf87bdf1d4fff46 1,848 1.00/1.00 vMB 13
784,919 784,919 00000000000000000002fd6ee2ed7448d10cc29400fb102f16f3c9f8e0159b14 1,291 1.00/1.00 vMB 5
784,918 784,918 00000000000000000003fd4062f1ce6f73736f9bd80e671824f6c73f253f105f 2,569 1.00/1.00 vMB 6
784,917 784,917 000000000000000000056bf20e0fc0d43886d650a65b2cc85c87ab841f891469 2,771 1.00/1.00 vMB 22
784,916 784,916 0000000000000000000357b72ab3a97e65a955accb4e16d123f20769b0f19aee 2,087 1.00/1.00 vMB 16
784,915 784,915 0000000000000000000216b15432bb8430f0813a7faf157753dca8aebf1c6e46 2,787 1.00/1.00 vMB 32
784,914 784,914 000000000000000000055fa15f2170a0ce3c90c17c2c3a8f5b3d22abceb4fd9a 2,363 1.00/1.00 vMB 23
784,913 784,913 00000000000000000004f3d50be20aa7d7e3520a357a3f23c7bc281b087e6acb 3,052 1.00/1.00 vMB 29
784,912 784,912 00000000000000000002f8044a07648ba30d46066db274926084a3a2ea51890c 2,617 1.00/1.00 vMB 26
784,911 784,911 00000000000000000001b9ac193e34fc143a4a5c7ef62f6e073eda7773ca03b3 2,377 1.00/1.00 vMB 33
784,910 784,910 000000000000000000000d6afc6a63af323e132667705669cc59f0e519a6f46b 3,075 1.00/1.00 vMB 17
784,909 784,909 00000000000000000000e835c8faf748d5d5fd15cf7ef114a85ca68560075204 3,674 1.00/1.00 vMB 31
784,908 784,908 000000000000000000040b5a99884d284c0b5f9f05d839e58e9f3dd3fb1f24a0 2,212 1.00/1.00 vMB 12
784,907 784,907 00000000000000000000e02a41a101363d553117842378ee33ad90c3e0e72b85 2,801 1.00/1.00 vMB 16
784,906 784,906 0000000000000000000583d3917f00b685003165272254d34f7bdc93aeef5a92 3,318 1.00/1.00 vMB 31
784,905 784,905 00000000000000000000137902d383362bf94abf7d4ae999a9dc61c6c27cd3ca 1,607 1.00/1.00 vMB 6
784,904 784,904 000000000000000000048817be8c27246f731ddf7cf1177ccf5cd2eb029dcb14 3,368 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.19 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: 653.73 GB
    • Received: 14.03 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.