Loading Tool

Explorer IconExplorer

Memory Pool

37,154 transactions
19.52 vMB
0.06169835 BTC
Random Selection Loading Transactions
Max Size: 107.23/200 MB

Candidate Block

Mining Attempt 6350758da2f653e8ad90ca6bd33f573dc67dca10ce104382f67e9d0374db20a1
Version 20000000
Previous Block 000000000000000000009a30a040b20a8a7e5927f7fb1d03cf505bb76cbef13e
Merkle Root 8542df5bb45b26baf036c668645319ca255d4132e4b7704cc6f66b72c088dc9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,315
Size: 1.00 vMB
Total Fees: 0.02389157 BTC
Feerates: 713.01 > 2.39 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,110 (843,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
70,700 70,700 000000000051605c706aca4fb695c97e1403298d364c42841674fb238ebd826d 1 0.00/1.00 vMB 0
70,699 70,699 0000000000b91ea73b2ec6c35242f116f5d37331d1d3822dd9c114880bfacf8d 3 0.00/1.00 vMB 1,440
70,698 70,698 0000000000bec236cafe453913503b44ed8c3073865aef69e50759c09eb2f224 2 0.00/1.00 vMB 0
70,697 70,697 0000000000306488855ee3f78241687b90c90e175e457673170f879b4ad30ff3 7 0.00/1.00 vMB 596
70,696 70,696 0000000000d50cfe1d6ab2e4341eece92db6daf95f93a1340bda60bd7a42db9e 4 0.00/1.00 vMB 0
70,695 70,695 0000000000005faea0b827f9d1e8b87ea5d005f2eda5d84efa446e4d377d13d9 1 0.00/1.00 vMB 0
70,694 70,694 00000000000c3a76ed1577625690d020e579b7e6f4442c4eda664bb0d704bbbe 1 0.00/1.00 vMB 0
70,693 70,693 00000000008a5f876ac317ed7bd936cbf0ec49c951b73d557ee3c3270adfe9b4 1 0.00/1.00 vMB 0
70,692 70,692 00000000002fcb227537689c83c8ef564478567d5cde080f870d2b64ef76244c 3 0.01/1.00 vMB 0
70,691 70,691 0000000000e343543d4df7e828b7bf46df72310545b976e077e57200fb575aef 14 0.00/1.00 vMB 0
70,690 70,690 0000000000dc1f8a86ca8a7565e85a6d965364da0d334df33464d1d5a24c0b6d 2 0.00/1.00 vMB 0
70,689 70,689 0000000000d9cbf76b40d60add35e9c609a7c9d84e0d7fcb8d5538d6e8085c84 2 0.00/1.00 vMB 0
70,688 70,688 0000000000109d34f9d062215173c09857c343b553b0526431aa7dc2777f2650 2 0.00/1.00 vMB 0
70,687 70,687 0000000000a5bca8ea0c04a8f068d6976208572123235bbcb02d6da3c7dde253 2 0.00/1.00 vMB 3,891
70,686 70,686 0000000000f99c4a92524495d3851062495022925edf79a456a0959da42cc113 2 0.00/1.00 vMB 0
70,685 70,685 0000000000c42956ea176e84b2748f6a31c6f3f7cd4dce45952017ba31b4b902 1 0.00/1.00 vMB 0
70,684 70,684 0000000000087eaca0e5df198d2816a9bf8ade5dbbf1175b1d1d7559f8ba80f2 2 0.00/1.00 vMB 0
70,683 70,683 0000000000c70cf26ba170c1d9790d74e8fbc9eb4cb3b45d56b13cb77487c1fe 1 0.00/1.00 vMB 0
70,682 70,682 00000000008ec5d8866ef679d4de88d71800ed7b3489654cbfe46fcc204ecece 4 0.00/1.00 vMB 0
70,681 70,681 000000000036699b77d1cfb53a71ff8bd80302d17c74a486bf6483f3b7561128 2 0.00/1.00 vMB 0
70,680 70,680 0000000000b059e077e0fa41adb70faeb47233c72882ba612e3f593984c0e488 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 559.60 GB
    • Received: 7.25 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.