Loading Tool

Explorer IconExplorer

Memory Pool

76,261 transactions
28.26 vMB
0.09205577 BTC
Random Selection Loading Transactions
Max Size: 171.49/200 MB

Candidate Block

Mining Attempt d9dca1eac3e994e00e85290243d52c4ddaf9555fdc19b4c21e6e9f1da28a0f99
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 44e8787d7bc5c285cbb2dc2776c6fe443129ed24950b84e2898722778bb5c975
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,574
Size: 1.00 vMB
Total Fees: 0.03010630 BTC
Feerates: 402.60 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (309,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,005 606,005 00000000000000000000a7a06cadf03d16b5f8f61439463bc9b68f5e18b1f771 2,132 0.66/1.00 vMB 23
606,004 606,004 0000000000000000000dce563d5e781fe39f7a6500eceb14259d0875d6d2ccd0 1,982 0.83/1.00 vMB 21
606,003 606,003 0000000000000000000404efc607f05445ffd404a67444813db51f6b0fb85603 1,702 0.63/1.00 vMB 21
606,002 606,002 000000000000000000066873cce3dfe943af663214f29e421ef6005dde31f052 1,136 0.36/1.00 vMB 29
606,001 606,001 00000000000000000004088c2c8d97c95f7c1854463ea4e39a47a02cffcfdaed 1,517 0.44/1.00 vMB 22
606,000 606,000 0000000000000000000f7fbb3fca4b9f95bac99bf5fed0f1ed113efafed86de1 1,345 0.47/1.00 vMB 26
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
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 714.69 GB
    • Received: 17.58 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.