Loading Tool

Explorer IconExplorer

Memory Pool

79,283 transactions
29.73 vMB
0.07623832 BTC
Random Selection Loading Transactions
Max Size: 178.26/200 MB

Candidate Block

Mining Attempt 234cc2525882b36445c7c2025c6c6ed576959737c8ae48a55253a1850b771910
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 4d23a107d68c4bb0cee52ca000b04f2fcbfa155e4feb023c14763652667385f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,651
Size: 1.00 vMB
Total Fees: 0.01574145 BTC
Feerates: 150.77 > 1.58 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (264,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,999 649,999 000000000000000000076c1eea129cec5a5291d0ee516c3305df33b0ba76ac51 2,159 1.00/1.00 vMB 48
649,998 649,998 0000000000000000000a262597317ee17a1e4be0688b860256ce37396e3bf36c 2,166 1.00/1.00 vMB 29
649,997 649,997 00000000000000000002b8a1751ca6f9ffcb28a023649058f5d2378de5ff30a2 2,603 1.00/1.00 vMB 77
649,996 649,996 0000000000000000000bd8ba88e13afea2b27a53e81e113cfaee172e8697aaff 1,173 1.00/1.00 vMB 32
649,995 649,995 00000000000000000009d38e29408a31beeb3f79575531fe17f651450c30f652 1,612 1.00/1.00 vMB 46
649,994 649,994 00000000000000000008d14e6ee122daa6336aba578e7bab9f34e7f07f11c657 1,874 1.00/1.00 vMB 13
649,993 649,993 0000000000000000000c6891bca08ad8297573e0ddf30935839f8f0213791dbd 2,250 1.00/1.00 vMB 24
649,992 649,992 0000000000000000000b47b09574dbdb9842445bbccae6428258eee79f2a5ac2 1,543 1.00/1.00 vMB 33
649,991 649,991 0000000000000000000558e9fdfd923e312537cacd1e637ebef97ddc7c16abb0 1,008 1.00/1.00 vMB 15
649,990 649,990 0000000000000000000788b346d46469e83622efcd1e3bc8ae93c30485d2af6d 2,408 1.00/1.00 vMB 44
649,989 649,989 00000000000000000004ce4dc6316c2036016dd39e4ca1bf770363b90fc76134 1,589 1.00/1.00 vMB 54
649,988 649,988 00000000000000000007476078f608dd3dd6da029a08cac2f6495cac440b75e5 3,028 1.00/1.00 vMB 32
649,987 649,987 00000000000000000006fd0fe3796c591ebcb8bf412986e78a2aaf6d338d9743 2,503 1.00/1.00 vMB 28
649,986 649,986 00000000000000000007045a1058a81d2f7f3ad58e9b66aa1fc1d6a24bbfed53 2,579 1.00/1.00 vMB 52
649,985 649,985 000000000000000000086b68df9c9b8125259d3b9efebacd1e3c7bffb72462f4 2,724 1.00/1.00 vMB 41
649,984 649,984 00000000000000000001934bec4f17a597b620183b59dffdbdc9423094005458 2,717 1.00/1.00 vMB 45
649,983 649,983 00000000000000000007c4a691f81e33d2b1d5f9fe22e11e27db83e4b0b7f7e3 2,662 1.00/1.00 vMB 65
649,982 649,982 0000000000000000000a544a07fe2f3439a5e3b3517e42ea87f456942d0b79d4 2,354 1.00/1.00 vMB 27
649,981 649,981 0000000000000000000c4a69604a98f4430b9e05866aee80056ae8548b4a7482 2,509 1.00/1.00 vMB 51
649,980 649,980 00000000000000000006672e7a6db8fdc01e6cd58c259fb73ec32436acf0a2d6 2,597 1.00/1.00 vMB 56
649,979 649,979 0000000000000000000c10962303f843b27a70eb039c2f6894024efb738f16fa 2,787 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.