Loading Tool

Explorer IconExplorer

Memory Pool

44,023 transactions
26.51 vMB
0.06043956 BTC
Random Selection Loading Transactions
Max Size: 139.86/200 MB

Candidate Block

Mining Attempt b552d8be829711b0ea1aa3bc7df001e08339d8bae1ce1e85036265adb38d37c9
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root 8fd46685d7dd3c0be369351a471fb62fd0982d17bf0c8a10f6e633b6ab075187
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,664
Size: 1.00 vMB
Total Fees: 0.01165531 BTC
Feerates: 73.20 > 1.17 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (595,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
319,745 319,745 000000000000000011b34cef4ad722d6f5af853dda10c672e6bfca9d4808b83b 910 0.48/1.00 vMB 32
319,744 319,744 000000000000000007aea3dcd40fbdf7c25df9a193350d82534bc9ab313506df 314 0.17/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.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: 648.89 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.