Memory Pool Memory Pool Refreshing

1,105 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,621 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,090 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,620 (828,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,719 79,719 00000000001a11c30bff67fcf32822d4fd2ccc2c3ad49a8e3748fd2ea385e61b 0.00 MB 11 0
79,718 79,718 000000000009b8bcafbcd61736a06b5611e977e724e0bc525a596f94c30e7d76 0.00 MB 2 0
79,717 79,717 00000000004521823aed05862fcb4956a30f27b5a6759e3fcf8d66b826c9f1bc 0.01 MB 6 0
79,716 79,716 0000000000129b3a996a735d4ae8389dda8b18aa64e0bf2a0858908d76239abc 0.00 MB 1 0
79,715 79,715 00000000000ecfb07eff55b6e78883e5dc529c226ebb04ec976e78da7e51bc26 0.00 MB 1 0
79,714 79,714 000000000012d3c3da270a10245bb7ba98739ad46f934af4b91954006a213b68 0.00 MB 4 0
79,713 79,713 000000000041bff228ac62c0dcd5faa7166063ccb5d03ec03353d9db21511637 0.00 MB 5 0
79,712 79,712 00000000002bcbee336d85c1abe837032a8446cc2fbe13f394e2170d320b6ad6 0.00 MB 4 0
79,711 79,711 0000000000246c94c476e3d0724b8cb772e8190445382d4a9c3ec779a51a5148 0.00 MB 1 0
79,710 79,710 00000000000568dd3836358b213a80271813180ad86ef1dd6d51876833bb1ed3 0.00 MB 2 0
79,709 79,709 000000000057e549b09d703d320a9b3371362fe3afbd28550c7eb6b264636493 0.00 MB 1 0
79,708 79,708 00000000000d175094b111e7e2f869197a81cd91a243dd0ae1035acf99d6167c 0.00 MB 1 0
79,707 79,707 000000000029126a8cd8ccfb66e7db379b0e115040a4dab91461e94bed5b08d2 0.00 MB 1 0
79,706 79,706 000000000052723f08f4382d943d3b656a1e06d33c2f88e3601d0aa30bacc319 0.00 MB 1 0
79,705 79,705 00000000003971ad854b57ed2dfea8882fbf220c382b60104cf17940d7839713 0.00 MB 1 0
79,704 79,704 000000000054506d91e2a2a3617ed14f790bdc0f88c17c17be739b7cd5ffb065 0.00 MB 3 0
79,703 79,703 00000000005bc3be7f8fe2c2438a080c6e4f21deb97985f14d0779dbdb42b904 0.00 MB 1 0
79,702 79,702 000000000045b4e3e61467a3d410673ec252a207c4a68b0c9b544337a2ba1b87 0.00 MB 6 0
79,701 79,701 00000000003d9bde3d684a580cb87544e2bf18c210d194b2decf788f3d7ebfe6 0.00 MB 2 0
79,700 79,700 00000000002eb858c2c1ede306a6d851857f06e4edfb781b50b8d65575b8c7d9 0.00 MB 1 0
79,699 79,699 00000000002d0566be586d2b0710d79a76782870a4cc1437350f97436199905c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.09 GB sent, 101.19 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.