Memory Pool Memory Pool Refreshing

2,108 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,108 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (199,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
708,474 708,474 00000000000000000000728a15db305ef37b10b8ab522c4b994d4aa916e9711a 0.81 MB 1,495 3
708,473 708,473 000000000000000000062cda166e10c734b852360a62043ad167f954aaf4c22c 1.40 MB 3,176 13
708,472 708,472 0000000000000000000be2a5a3a4c14c3bfe63f6daeb52881dcb1b460f1d47c4 1.45 MB 3,134 17
708,471 708,471 000000000000000000094002a8b505cd2509bcbfe9f5da0a3d7ccd209887c134 1.05 MB 1,959 11
708,470 708,470 00000000000000000001d506ec0f56ee19eef6b1ace9e16511fa458a83546e3c 0.35 MB 839 12
708,469 708,469 00000000000000000006c03cb6df28c980a1cfb228e5ff0b831092e0e74111c0 1.27 MB 2,436 12
708,468 708,468 00000000000000000004d99aa14d8b49196b36f9a8f29a98a99cdfa8af3417ab 1.65 MB 2,665 7
708,467 708,467 0000000000000000000bc5ab3599d527e5c5c897b5a4465cf9993c32974105d4 1.30 MB 2,151 9
708,466 708,466 0000000000000000000bd157e507f8e434c4a942af7ab3ab424e4337c5852372 1.30 MB 1,991 18
708,465 708,465 0000000000000000000086d0127346b16081e8e406920e13de94fc252d93aa71 0.99 MB 1,312 5
708,464 708,464 00000000000000000007c09d6312852fa8fe0c0d3001310ac6dd69959b01583b 1.34 MB 2,116 6
708,463 708,463 0000000000000000000cfd235eb98732a02c3e0d0df165aaa63dc92eade25c79 1.44 MB 2,870 17
708,462 708,462 00000000000000000009e3f5bd789daf0cefab577d68b02c7f40e78fcd3604ef 1.51 MB 3,472 2
708,461 708,461 000000000000000000086dcf611b73b3e85e49280fcf7ae9dd1dc418add3ba19 1.43 MB 3,388 19
708,460 708,460 000000000000000000054f17384e7f06067e48987482af2150d18c23eadf7c84 1.48 MB 3,315 14
708,459 708,459 00000000000000000006bc492560aab6992e08d4623bef701f55890677f278e6 1.22 MB 1,617 12
708,458 708,458 00000000000000000003741657e1b02bf2ffe07701e3e74f8a1e5622117d14eb 0.55 MB 1,170 10
708,457 708,457 0000000000000000000603a03d3a1815449bc43d68d21fee80d76f3560df8ee5 0.39 MB 915 12
708,456 708,456 00000000000000000000271bc037b6d12ae964204a9d911b454d44d9e9869388 0.33 MB 521 9
708,455 708,455 000000000000000000035f6a09fded9bc150bd4142b701bac2a7bdb40d6594c3 1.53 MB 3,141 8
708,454 708,454 00000000000000000000f429650738a6f0b789a4a6967217c13ee1155c037a24 1.40 MB 2,656 17
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.