Loading Tool

Explorer IconExplorer

Memory Pool

86,409 transactions
31.75 vMB
0.10647631 BTC
Random Selection Loading Transactions
Max Size: 194.48/200 MB

Candidate Block

Mining Attempt a6b72bf0e746b6a79721215b1cd76819d652c1fae3016dbf31a4594f3329dbe3
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root f4f9aefb4fa04143cce6289e687570a26d65eb76603aa434921dcc47202ffd55
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,915
Size: 1.00 vMB
Total Fees: 0.02653033 BTC
Feerates: 1,236.26 > 2.66 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (805,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,836 109,836 000000000000973dfc39f1ce1eb9ffc48239b328cd00427ee5d21a4fc197af4f 12 0.00/1.00 vMB 0
109,835 109,835 00000000000100a42df0ec3e6bdd56955c8526bcdcba95c70689b79d5e235c29 13 0.00/1.00 vMB 333
109,834 109,834 000000000001651f34b0fc7f645402d7b060dd87c02fe5f41d87a89e7a7a9704 13 0.00/1.00 vMB 0
109,833 109,833 0000000000010062c32239aa2aba11b8adf51305161881e45f7d6ac1f05cc453 12 0.00/1.00 vMB 0
109,832 109,832 0000000000005c7ddf5c28b00f0c5d8b306d285fc68d988c7002f056c8cbfc13 12 0.00/1.00 vMB 0
109,831 109,831 00000000000034616f8a2db19dce52560f2bf49503082cbfdd2fe31b9bb3e949 13 0.00/1.00 vMB 0
109,830 109,830 000000000001a0589c6c755231847a6f99e7429de662f824a1d9aa88c2f5321d 11 0.00/1.00 vMB 0
109,829 109,829 000000000000500eec12ed1368e5b23755c8e15b93cbe3a332c264f5746218c6 12 0.00/1.00 vMB 0
109,828 109,828 0000000000000e6dd571c118b3cdde1c2aa09f41366c501bf00a01896ae73f46 11 0.00/1.00 vMB 0
109,827 109,827 0000000000002d8da60a874d6073c7125af068475c44121003dc205b20ac836a 11 0.00/1.00 vMB 0
109,826 109,826 00000000000080f52d431450447b704342bee9b9377db5aec4ec91ba44c42a07 8 0.00/1.00 vMB 0
109,825 109,825 0000000000001549749cc521f998857e51dca0f5b7c5128113a47bd895b4f5e7 13 0.00/1.00 vMB 0
109,824 109,824 000000000000df818cbf14b56a65a96fc23e9507ca0aff0f2e3712399254da94 9 0.00/1.00 vMB 0
109,823 109,823 0000000000014faab5a8fc0d174b890a4c10313e8f43d062d119b8a9e745667c 12 0.00/1.00 vMB 0
109,822 109,822 0000000000019848023812c146a5814f32cf6e7617b128ae02e2478d2e5db7fc 12 0.01/1.00 vMB 181
109,821 109,821 000000000001426ac6db7bc0d584ed2bfaf0861fd2ba54426f85e8297cc0a9ba 12 0.00/1.00 vMB 0
109,820 109,820 00000000000051e1cd3f3af981a72c557630016108d583b2a0fdc0a6479aac65 10 0.00/1.00 vMB 0
109,819 109,819 00000000000169885c6b2dad00f1db115ae4d02e4bc4736b23e76283d8904b2c 12 0.00/1.00 vMB 0
109,818 109,818 000000000000b9fe7b0a1b37720fdbf35e6a7a1ad0f6850f2259d40299bbf27c 12 0.00/1.00 vMB 0
109,817 109,817 00000000000151d6d8c466720a37fe3e19d642d572df7ab6de4b6899abc5a142 12 0.00/1.00 vMB 1,024
109,816 109,816 0000000000006509d2a5d799c1568f2050162da0f33d55f1a191a441afe784f0 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.02 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: 719.40 GB
    • Received: 18.04 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.