Loading Tool

Explorer IconExplorer

Memory Pool

38,688 transactions
28.24 vMB
0.06550200 BTC
Random Selection Loading Transactions
Max Size: 143.27/200 MB

Candidate Block

Mining Attempt 4104f58c35b256b8ac98bff5ccb99cb27cc913deb959b9892e67008bacc73d3b
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root a81428b674b2715dd657bb6a793a5b8f660de5f150dc27ca2d8af2b07711a0b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,716
Size: 1.00 vMB
Total Fees: 0.01133364 BTC
Feerates: 150.80 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (904,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,687 9,687 0000000082069a2b9a9b2428da4fc3cca39b636ca4bfd79abf85016906daca71 1 0.00/1.00 vMB 0
9,686 9,686 000000004191891622f30db0f878e37a050a73a249e097f9d98d41829aba80ca 1 0.00/1.00 vMB 0
9,685 9,685 00000000e1116365ea84f9145752abec2853a8f558afde6142e0129aee00909a 1 0.00/1.00 vMB 0
9,684 9,684 00000000f6028c9e60bb7ad158e3ccece8049e29c5b1aaf1bb42fdf92949fb65 1 0.00/1.00 vMB 0
9,683 9,683 00000000a3111e554bc77cb60e769a1c5d179fc578cea7eccb5a0a4a7d862f53 1 0.00/1.00 vMB 0
9,682 9,682 000000006ff67eeaf26c0b98aeedf32331b482de85fef8b9f1124803341f468a 1 0.00/1.00 vMB 0
9,681 9,681 00000000540dfeaac348232c59256216841c00944305a27128f4f51525e6192d 1 0.00/1.00 vMB 0
9,680 9,680 00000000358a8867055b8cd99a47b85c1c44f521bcfbc336fe55e1aa248d6380 1 0.00/1.00 vMB 0
9,679 9,679 000000002c2d8262b683bbc589f8a57e70fb2669456a6f6a395905c1cd0faa3f 1 0.00/1.00 vMB 0
9,678 9,678 00000000b63ba92f79892f8af3a13ec6df416e179a433214fe6f477ca1af8b9a 1 0.00/1.00 vMB 0
9,677 9,677 00000000940ec38d0c44e3158a2781107a1b1259167516fd32b96d5f4db3e175 1 0.00/1.00 vMB 0
9,676 9,676 000000009a352dd35b8cd81bd5de1b7a1595eb12581023e3a33ac43180e7dc46 1 0.00/1.00 vMB 0
9,675 9,675 00000000e3890212014b23a883ad08c756141c551eca4e10ee6c771b060e1f89 1 0.00/1.00 vMB 0
9,674 9,674 00000000feeb15949dc14692655dfc681db8c43c7f70dc50807579778bb9a5c0 1 0.00/1.00 vMB 0
9,673 9,673 000000009e40d8a56d6aefd563dfc8898ff546010354318af9a4490b11c7fbd9 1 0.00/1.00 vMB 0
9,672 9,672 000000000e5be92ebf28748e676d3c55dc44a002ca56bd034851a47458cc2a57 1 0.00/1.00 vMB 0
9,671 9,671 0000000011773ce20390281d0e25ded70385b40bd16983ed72339daa696238f6 1 0.00/1.00 vMB 0
9,670 9,670 0000000090eb010c9944710e54cb525b6e1c062603a2f935c6c758b5209b4ff4 1 0.00/1.00 vMB 0
9,669 9,669 00000000d55d8453b7ee461a86125a9612f42f52b39c253e76ae760b9712b283 1 0.00/1.00 vMB 0
9,668 9,668 0000000067bd9714807dede7f1dd893b220b10f4b367a0e5b7e96b1f3b82080a 1 0.00/1.00 vMB 0
9,667 9,667 0000000040b8a0289483f4e6efb6cf3660d244566d0ca6cd0ea4da5d332f1bff 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.69 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: 628.68 GB
    • Received: 11.82 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.