Loading Tool

Explorer IconExplorer

Memory Pool

83,720 transactions
30.85 vMB
0.08328657 BTC
Random Selection Loading Transactions
Max Size: 189.48/200 MB

Candidate Block

Mining Attempt f847a69448ba21104481b2a8e4745038bb3fc8c4b02bbfc8402561d4d2272870
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root f1d43c6b07ad7168f6802be7974a5ecc6e64a9b7e9ae588724a577337b70b9ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,631
Size: 1.00 vMB
Total Fees: 0.01295838 BTC
Feerates: 60.16 > 1.30 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (202,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,769 712,769 000000000000000000010364ddabfb2e5941058f45bcc2c9134f6f9b7d31c165 2,896 1.00/1.00 vMB 17
712,768 712,768 00000000000000000006ca472a179b9d24c6876f6ba92496b4686779285af59e 174 0.08/1.00 vMB 9
712,767 712,767 0000000000000000000672fc02333efe45ac13aa2b6d6c6f57589cab4dc60b68 2,232 0.75/1.00 vMB 11
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
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.32 GB
    • Received: 18.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.