Loading Tool

Explorer IconExplorer

Memory Pool

73,307 transactions
27.14 vMB
0.06186693 BTC
Random Selection Loading Transactions
Max Size: 165.80/200 MB

Candidate Block

Mining Attempt 72bba84ec47234bf23d11fb4200b12bc5269b78fc9f5b84beee92e34c3ab3e3e
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 99fe1229c2d968ec828b2475fdb4da85cc54354ecb38bd3a5445f422b6139b00
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,992
Size: 1.00 vMB
Total Fees: 0.00429241 BTC
Feerates: 84.38 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (309,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,999 605,999 000000000000000000052227d50bcf84b8c4814da31d34b812361a158007d62b 1,346 0.43/1.00 vMB 26
605,998 605,998 000000000000000000005c461cd1c681fa7ca02d09803a2f07d4b13630d64ec6 378 0.12/1.00 vMB 31
605,997 605,997 0000000000000000000a8bb0956065d6e25928f82735c67a4a095bc79505a5b6 2,977 0.97/1.00 vMB 18
605,996 605,996 0000000000000000000ea85c0f6a8dd6cd296b7360bb26756aab10c44103ff74 3,023 1.00/1.00 vMB 26
605,995 605,995 00000000000000000015a51886dd42730dff08ac77b1d290ac3fe8ee13e8a299 2,854 1.00/1.00 vMB 28
605,994 605,994 0000000000000000000216567ed5ecf38a4f09f7aa8e654495dfa2963e369b4b 2,680 1.00/1.00 vMB 41
605,993 605,993 000000000000000000028190b0fe869d93a00e045fbf6117f0cbdf10ea6aeb65 1,465 0.49/1.00 vMB 22
605,992 605,992 000000000000000000018286262aa437a7e1757a9a692e42749ff6af33a01e42 1,074 0.29/1.00 vMB 25
605,991 605,991 00000000000000000007268e4c78903a84f9537218bf590130e7b0d734c3bad9 1,555 0.46/1.00 vMB 13
605,990 605,990 0000000000000000000f48246ab85a071aef7770bc19914c78838e2c321fba0e 2,815 1.00/1.00 vMB 28
605,989 605,989 0000000000000000001379bbe90163134c6323e94b6af55e74356e51f4de565a 2,636 1.00/1.00 vMB 33
605,988 605,988 0000000000000000000688514d632f14e502028d70d306f3980700730e40981a 2,233 1.00/1.00 vMB 24
605,987 605,987 0000000000000000000ca60e9b45ea72137d54f832b2bead0a2669208a610cfc 2,677 1.00/1.00 vMB 46
605,986 605,986 0000000000000000000957b2a3f157f5719938f6f722250bac77e64dcbfcb45c 2,887 1.00/1.00 vMB 44
605,985 605,985 0000000000000000000f52e66f2b30440e23399a4b6860efc3765d7fc9cba135 2,533 0.97/1.00 vMB 21
605,984 605,984 0000000000000000000b7bbbbd5c695348639e4cea129b94bcafc79eb926995e 2,521 1.00/1.00 vMB 26
605,983 605,983 00000000000000000006a63e558ca82154a699472a09e1ad9aab6f7a7ad82c88 2,749 1.00/1.00 vMB 37
605,982 605,982 000000000000000000028e8fd9075c0d35b508a3b6311f980081470b6a16279e 2,229 1.00/1.00 vMB 28
605,981 605,981 00000000000000000003ba6b67a56a07ffc8f597bdd2ad590f9eb4f08c43841e 2,743 1.00/1.00 vMB 43
605,980 605,980 0000000000000000000336b2e980f8a7edd1b1d17a4edd668198dec20003a166 2,746 0.95/1.00 vMB 27
605,979 605,979 0000000000000000000eb4b6da8933b8875661399d3d83c069df1cb8c67006a3 3,056 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.89 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: 713.36 GB
    • Received: 17.36 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.