Loading Tool

Explorer IconExplorer

Memory Pool

78,604 transactions
28.86 vMB
0.11005172 BTC
Random Selection Loading Transactions
Max Size: 175.25/200 MB

Candidate Block

Mining Attempt 5f767e6c02c879fd11f9c4bd4ce9ea40a8e025082f859a3487ce37de5c8d9b92
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root e669259e14fe93838796aca777d3101f279b7b8b22123c63c5393a60c75feb02
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,235
Size: 1.00 vMB
Total Fees: 0.03923054 BTC
Feerates: 602.26 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (202,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,766 712,766 00000000000000000009e7a707d62b6060be067e6da7b217299a62cde45e48f9 1,532 0.52/1.00 vMB 12
712,765 712,765 00000000000000000006b352c17168aa20fb54a580a423ec320ef1d66f319532 1,270 0.46/1.00 vMB 7
712,764 712,764 0000000000000000000bf6c0c30eee4e74b6b572b270efb5e6544573aa48abd1 2,669 1.00/1.00 vMB 13
712,763 712,763 0000000000000000000b56a192098deba3199a9aa4d203012b9d1ff9a9710706 405 1.00/1.00 vMB 2
712,762 712,762 00000000000000000002ec5c8a1171deb0ebb8d89c6ad4d4f12f3f05260b0cb4 1,935 1.00/1.00 vMB 4
712,761 712,761 000000000000000000002cd0635beba02906fd354d012673237917da67c00a5f 2,587 1.00/1.00 vMB 22
712,760 712,760 00000000000000000000987fc51e94a74a12e5715a17d2873e4c52d7d8ef6c7d 1,567 1.00/1.00 vMB 7
712,759 712,759 000000000000000000050bda891f260b1d80bc58b0e8152a835627f2e3264498 3,250 1.00/1.00 vMB 16
712,758 712,758 0000000000000000000894d8d2411a85043d198dda7813f08c57050d6792e4c5 2,611 0.94/1.00 vMB 14
712,757 712,757 00000000000000000002458344ca5fa2e8b334ad5d9b8dcb2b67b2c18e4bdb6f 1,944 0.67/1.00 vMB 14
712,756 712,756 00000000000000000004f7b8ddb055d6cc35cba9b9610290001bf95a2923cda6 127 0.04/1.00 vMB 10
712,755 712,755 000000000000000000008fee911fc10feacca4a0385a064e5666ea6dcbb0465e 1,008 0.41/1.00 vMB 12
712,754 712,754 0000000000000000000030f86e9c099e531031477fa7c976953da506fd1e5fe2 42 0.01/1.00 vMB 22
712,753 712,753 0000000000000000000c8b6959592503621568d44596c7f83a6dedf6cc3fbf1a 347 0.11/1.00 vMB 16
712,752 712,752 00000000000000000008d25bbdfc2c9d25b7492e8586d74f91273c7bcede6c04 1,191 0.40/1.00 vMB 14
712,751 712,751 00000000000000000007327a9fce5a88ec7c2d56c09647243b43509f9f43c28c 2,000 0.75/1.00 vMB 14
712,750 712,750 00000000000000000008f0f7d1faff9c9004c018cb99708d93955e7b9bc3f1c1 1,381 0.43/1.00 vMB 15
712,749 712,749 00000000000000000008969375ccb4fe4aec68343ead21bc859a40508e5046ca 216 0.06/1.00 vMB 15
712,748 712,748 00000000000000000003f00b82ccf218ebc17afa56594aabfd7f05ad64c35944 288 0.14/1.00 vMB 16
712,747 712,747 0000000000000000000c8fa10c765812b8c6329f7b90bb34e2b49fb73bd18b2f 1,377 0.48/1.00 vMB 15
712,746 712,746 00000000000000000005dbe9a085c90bcac4f08b15d0f24372bf112cffdc5183 1,822 0.77/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.