Memory Pool Memory Pool Refreshing

323 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 309 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (905,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,676 2,676 00000000cd92aee3ad380fada1532bcc7bd624b2df3cd1838c9f9aa7fbfa075a 0.00 MB 1 0
2,675 2,675 000000008e20654a74b828f6959e72885b276bf9cc1d54744385d0ec49089141 0.00 MB 1 0
2,674 2,674 00000000f0fd60a5eb86ad77fda2ba38383281ec27b6d3ffc66f053932b7fd32 0.00 MB 1 0
2,673 2,673 0000000050d0e11320e855914e531fd47c6511774c1a5f7167dd17a698adebe3 0.00 MB 1 0
2,672 2,672 0000000068219b0408068df138c21a953f6e697af66ae95514e001b70f052efc 0.00 MB 1 0
2,671 2,671 00000000136c18e706a94aee3ca40c914d4ba806e0606a42c7e951c79cbc8f86 0.00 MB 1 0
2,670 2,670 00000000794981ee7b4866a799bfd474b03da9fea865e58625d7168c89007fdc 0.00 MB 1 0
2,669 2,669 00000000c51a9d2f4fa8a39fddea8e7666fe212f1bb10b9a65e7d6f13554a652 0.00 MB 1 0
2,668 2,668 00000000b649b594c7f46bb805ad060248a078eb721f5754613e5c2ed7b21243 0.00 MB 1 0
2,667 2,667 0000000032e60223613ac26a22e03e297870eda4013249fdefff43318e168c6c 0.00 MB 1 0
2,666 2,666 00000000861fc17d630b5fb4c2a496413878841e99846bfc55072bc8c1624e4d 0.00 MB 1 0
2,665 2,665 00000000144b706c5312c82315b5a64fd33addaeadba5ee06a50799ead1690a0 0.00 MB 1 0
2,664 2,664 00000000302b2242dc97255ae08813f5dd6ad5618bd7acf27dda9a54c5bef25a 0.00 MB 1 0
2,663 2,663 000000008d55cc911e6f532604b81a63724dd47bf1657196fcba560997de953e 0.00 MB 1 0
2,662 2,662 00000000fb77bc758b5efd0ff40f3bcf12edfb1a0bada75355ba71de737d5990 0.00 MB 1 0
2,661 2,661 000000007fb3dc97caf583a7740fbcc579eaca202c1eba5ebedc80d8e1a3c696 0.00 MB 1 0
2,660 2,660 00000000d4f802358c9fd7fde183da3ad137979775893a756ce93ec3d2570526 0.00 MB 1 0
2,659 2,659 000000005a580147f6b6d5e90d40e173977f0f08f78bef0aa545a97f0bd2ccb4 0.00 MB 1 0
2,658 2,658 00000000f11c8ead79f38a2561aa78ad1d15a3bc6187fc980cfb8db92365fa2c 0.00 MB 1 0
2,657 2,657 00000000ce172c65c3d534ea66f719fb4d4a0c9066220375e50c169a0b0c8ada 0.00 MB 1 0
2,656 2,656 0000000094e02a704fd219dcb50b118152fc188b53de29768653ed0becd460f6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.54 GB sent, 101.04 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.