Memory Pool Memory Pool Refreshing

5,673 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,090 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (72,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
835,443 835,443 0000000000000000000293b2269b40353a7b83493fe37012549d9663f91a05b9 2.22 MB 2,434 19
835,442 835,442 000000000000000000033213065903a49344256e852d78cca906d72f78f3da03 0.00 MB 1 0
835,441 835,441 00000000000000000002075bc5b43cea75ee278bb31a8639c2e05ff72f5e9966 1.76 MB 2,855 27
835,440 835,440 000000000000000000009f58830142465d438ff1502bcd161d013059249c2a5a 3.44 MB 505 13
835,439 835,439 00000000000000000000d583e4b8633997fb416297d48fcfc81d6a7d82f28396 3.73 MB 227 11
835,438 835,438 0000000000000000000101944f2554a0073bb4aeac9acfe27e6f999cccf8da1f 2.63 MB 1,751 17
835,437 835,437 00000000000000000001dfe3caf0b5b86716d81489d1735e3d6e2c980c919515 2.00 MB 2,575 20
835,436 835,436 0000000000000000000110688dfd20f1815d9238498829d33f06451cd1cc0c92 2.63 MB 1,476 12
835,435 835,435 00000000000000000002e318e8e8c8305f272dc07bbcd25d20fbebf74d5e95dc 1.57 MB 1,567 19
835,434 835,434 00000000000000000001f9d4b8d5d8ce84fce18d552d87b01c7be267e8d6e799 1.87 MB 2,177 21
835,433 835,433 000000000000000000011bfaa8b89d491e6df6172d898a0b3a3a4b0cd6d15ba3 1.59 MB 920 14
835,432 835,432 00000000000000000003400e22bc5772c974cbd7f5ea804aec0a8d4aaca06bf5 1.93 MB 2,051 19
835,431 835,431 00000000000000000002cfca6ca389c11378b477e31d5db11e4c5ea11fc33c4c 1.99 MB 1,586 17
835,430 835,430 00000000000000000001ede4f6c819a4c036390dd05344767d4dcdd6c5c8604f 1.59 MB 2,661 28
835,429 835,429 00000000000000000000274b2246a116a3ca2bf87e17dace2c5dfe76b19c64e6 1.75 MB 2,979 26
835,428 835,428 0000000000000000000332d9bdf10c8629b538a0f90e0cf542349f739427f380 1.63 MB 2,724 30
835,427 835,427 00000000000000000000f3b488b3e77040beffcb8263b0a4c52d243492b8658c 2.11 MB 2,428 33
835,426 835,426 000000000000000000007547bc721e4a5092e12ebb7dd9d7130a886c7155b90c 1.76 MB 3,188 24
835,425 835,425 00000000000000000001d5d5c1f86e64a98fe81031c17d69641a42d59a76d12b 1.63 MB 2,925 42
835,424 835,424 0000000000000000000092f824001e63012963cf5c695dcd8dda244d4740f28f 1.61 MB 3,376 32
835,423 835,423 0000000000000000000064fac3b0e534a7ea8b21f2b65d4e549277f8030e55ae 1.55 MB 3,132 40
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.