Loading Tool

Explorer IconExplorer

Memory Pool

46,232 transactions
26.86 vMB
0.08817673 BTC
Random Selection Loading Transactions
Max Size: 142.78/200 MB

Candidate Block

Mining Attempt 4ec60cfc35aca261f94a9f6c7219c381f11bf62c0f99eeaacb16fc945757399a
Version 20000000
Previous Block 00000000000000000000ff9991b1e163a0cd8035dc9efad2912f09cbb13212f7
Merkle Root dbfff81a4cf1884ec980b400a0b5e25c7c58f6c3a9ca916c9c25def5f6e1cb64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,230
Size: 1.00 vMB
Total Fees: 0.03859458 BTC
Feerates: 101.64 > 3.87 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,781 (595,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
319,766 319,766 0000000000000000067f8d4da095129400997d10c2a14d8a8e9b2fcf2f9d4d9a 606 0.42/1.00 vMB 24
319,765 319,765 000000000000000009d77644349d0dfa65668c9d085542af7e5326fe78761989 568 0.38/1.00 vMB 28
319,764 319,764 00000000000000000fe6c75ab47c0b5d9d38c682135221d704798c9eba4f0d5b 1,183 0.82/1.00 vMB 26
319,763 319,763 00000000000000000ad061098e0cb863a76d46e853caa72cc90d9077f80d60ff 64 0.03/1.00 vMB 1,549
319,762 319,762 000000000000000007a209c42d7abd9d17aadf5f9fe08f360754146b35a89081 502 0.29/1.00 vMB 29
319,761 319,761 00000000000000000c1ecfb34702f672ef14852cc3c6ddf6dd7e0b398e26a59e 508 0.38/1.00 vMB 22
319,760 319,760 00000000000000000b52f3ca3f5ff5483111e29a5f1315fcc39bedf0a236db79 850 0.35/1.00 vMB 34
319,759 319,759 00000000000000000f2461bdf35f73d0290e7d65bc9fb5ac006ac997530fba95 338 0.17/1.00 vMB 25
319,758 319,758 000000000000000012516605f0e0a767b5770e00c9e11be0134ccd162d012db3 656 0.36/1.00 vMB 26
319,757 319,757 00000000000000001fda84c992a168d8103e11f5dcc7d391170d4cd9cb57c420 980 0.58/1.00 vMB 25
319,756 319,756 000000000000000014fe4bb36f9f1095a128de2d96f8a9fea4b600bcb1b9c67a 560 0.40/1.00 vMB 11
319,755 319,755 0000000000000000061a0ece4970662a30f8318823c775c79709500c2647552b 1,670 0.92/1.00 vMB 28
319,754 319,754 000000000000000011579bc3212ebf5f4dfffa9932fab8185ee1c9ae0245b467 1,813 0.93/1.00 vMB 32
319,753 319,753 0000000000000000168f2f227e489fcf710f0d92cc859a4f86c4aed8e1d0713f 1,770 0.93/1.00 vMB 31
319,752 319,752 00000000000000001b3f12665dbc08db8be5e1229d413fdbf5338eaa951826e4 1,378 0.74/1.00 vMB 28
319,751 319,751 00000000000000000bb9ae36e7f2791d2a3c621e9ac7547f36c69d65b7ff1303 1,224 0.56/1.00 vMB 31
319,750 319,750 000000000000000005e8d3f3b0397325cbc19ea031a8bf14f9305764327db0c8 300 0.15/1.00 vMB 21
319,749 319,749 000000000000000016151cbd1a87deecfcd6134da096cf62f8d1933f46ed6041 514 0.25/1.00 vMB 32
319,748 319,748 00000000000000001e97aaf0750c339ae81eec94b667c2c38a36d67726a3e428 985 0.49/1.00 vMB 26
319,747 319,747 00000000000000001b998a373cf6ada8b5b606ad4eecd4c1f9f707388381ef9d 255 0.14/1.00 vMB 30
319,746 319,746 000000000000000003ad288d4021ab943d263fe091c9e22babc521097197d995 123 0.05/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.99 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: 648.81 GB
    • Received: 13.09 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.