Memory Pool Memory Pool Refreshing

148 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,860 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 125 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (351,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
556,710 556,710 000000000000000000315079822c043db36e635b8b1d2d37d105bc65f1d50b18 1.26 MB 2,868 32
556,709 556,709 0000000000000000002c3e568df44e728f4350f6b023ecd786f28cdb02a400ce 1.24 MB 2,907 21
556,708 556,708 00000000000000000017c9cbf62fd574839b56242d045443d160369e62dc132a 1.21 MB 2,776 5
556,707 556,707 00000000000000000006323bae82c80b5340ca0586dc74175f246a600e33ebf5 1.15 MB 2,610 9
556,706 556,706 00000000000000000017c7c5b41196269e5a9d2df62551ccd78611dc6cb0cfa3 1.42 MB 2,741 17
556,705 556,705 00000000000000000019e4c21afd1995bd30e4a10e612c2505d8c676b401657c 1.31 MB 2,400 46
556,704 556,704 0000000000000000001466adf0aeb3eace8153c53c2adb6575c3fad51c8e2bdb 1.20 MB 2,613 15
556,703 556,703 000000000000000000044f7c590b2e579f2ae53fdc5791869357c97581649112 1.33 MB 3,003 49
556,702 556,702 0000000000000000001f6cb4c5090f17e75411de6fdf9a163cac3b1b16a6d5eb 1.26 MB 2,893 32
556,701 556,701 00000000000000000027aef5db80e891d1b1b95f86e3d9b2e9a1d7b8488f4fee 1.17 MB 2,414 3
556,700 556,700 0000000000000000000351a4736e6d6f80080f6f735fb1bbb3a9ff9fa64cdba5 1.50 MB 1,642 10
556,699 556,699 0000000000000000002fbff185de3ecfa8a07b3a75f88e540f19c7beafb698c0 1.46 MB 1,938 8
556,698 556,698 0000000000000000001d853ca32e2fbcfba2ba6d41d0d1a1613a1a0a541237b1 1.32 MB 1,758 20
556,697 556,697 0000000000000000002a701c488d1bfa53d0fffbd01c960ba10add3ac275b2f7 1.29 MB 2,365 55
556,696 556,696 0000000000000000000d964068ee4dea03266d379b436816935cb2eacca90866 1.16 MB 1,644 6
556,695 556,695 0000000000000000000beb62fb06a8a8cd4477c42f60589df753de6c1c8b63f3 1.36 MB 2,557 4
556,694 556,694 0000000000000000001fd4521b4b2641ea586458f85ad6635e0b51c600f0186e 1.06 MB 1,143 6
556,693 556,693 00000000000000000018dbe0b99c7e240a14967501b869bb8ff7e55743c167ab 1.11 MB 1,601 10
556,692 556,692 0000000000000000002f7c52cdee5cc4cf324a04a8dc8dfaa63bf69869fa6db9 1.12 MB 1,803 33
556,691 556,691 00000000000000000002d091cad36b77f11b0d94085ddc706f3af6d878dceeae 1.03 MB 884 74
556,690 556,690 00000000000000000021e43cff0bbb2b6bb76117f8b8dd228d7129540dd244be 1.02 MB 703 66
Previous 10 blocks ↓
Total Size: 769.28 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.48 GB sent, 94.30 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.