Memory Pool Memory Pool Refreshing

5,970 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,713 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,736 (801,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,417 107,417 00000000000271821bbf62a6355b5a8a7d57a4d12c29286a617374e6afe3a4f6 0.00 MB 11 0
107,416 107,416 0000000000018e28b99f76a6b65e8c0f549e8cc48de71bca196b84c886fe5ae4 0.01 MB 26 0
107,415 107,415 0000000000002b4c60fb8fa7c1d2f7060c2b2553c5da26d49a40cabe9baa1fec 0.00 MB 12 0
107,414 107,414 0000000000013d1c3169ead11ef4be8d6dfa99b2b1baaa7c51b21b54444f6519 0.00 MB 12 0
107,413 107,413 000000000000411e4598ca6249dbd6c9c4c79745c3655207520f06dc7dc7f793 0.00 MB 11 0
107,412 107,412 00000000000263dc056a3fe63be00a28d137f6ac5fd99742619df109a2039496 0.00 MB 12 350
107,411 107,411 0000000000004d016a7a6179579292284a50b8c885d1f8eaad4726d29da557e8 0.01 MB 25 0
107,410 107,410 00000000000209c0b08c36dcac147635c2d71c62c31d8aa0d455740ac9220dc1 0.00 MB 4 0
107,409 107,409 0000000000027251a873ac526a10b02b2fda2023abe6fd6eaf012a213393ee78 0.00 MB 7 0
107,408 107,408 0000000000016c3596c5a10acfdc917f1ada910f9ddeedde59ca7753e031ddac 0.00 MB 3 0
107,407 107,407 0000000000026444272a31d361a056c25a9090dde17deadfc7c6b77fe8ed17fb 0.00 MB 2 0
107,406 107,406 0000000000007405139121d1e2e0885a5e45a66f0acb15582d07fceee0f03675 0.00 MB 6 0
107,405 107,405 00000000000230fe1986f7a39046c639fdecb4c8abcbfdf97c5da1047485a2d1 0.00 MB 12 0
107,404 107,404 0000000000004d5007b5c444da73d2de57600f2cfedf8fb8b3ccbd5f10941f34 0.00 MB 2 0
107,403 107,403 0000000000016e469df482ee51cce09f73309217536621d6bc98e0300d387647 0.00 MB 11 531
107,402 107,402 000000000000a08eb97316b473e6c55e61ac1899471e24ec040899898bf5da00 0.01 MB 5 958
107,401 107,401 0000000000014e10863b102097920d6e6baf0c45bb3564cd6f0827022897849a 0.00 MB 17 0
107,400 107,400 00000000000243a5b10a7d217fd4c259ffbd5a51f4c435f3a1fb5583395b82e1 0.00 MB 6 0
107,399 107,399 0000000000003cd59cba0c0d7c7e76f5cb2b89c00f1fde06433a1bd4cc9fa532 0.00 MB 1 0
107,398 107,398 000000000000efd6c4dce4cfa1572c8dea8ff67715992b21f1acae8836a353de 0.00 MB 1 0
107,397 107,397 0000000000007c6d33db5aabbaa95cb3c5af0b4367cfc2c69d09bc5e20828d2c 0.00 MB 8 1,221
Previous 10 blocks ↓
Total Size: 771.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,855.46 GB sent, 102.33 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.