Memory Pool Memory Pool Refreshing

746 transactions
0.33 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,612 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 734 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (863,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,809 44,809 000000002b217e8d5b0961400534d00664d8d9e70785011580ff60d9302bb1d1 0.00 MB 1 0
44,808 44,808 0000000036306c02fec2f755a22da74ffea5306316cd81390c7ce0cf654f1c8e 0.00 MB 1 0
44,807 44,807 0000000014a6e51b9f870b5962bc27ff44f1ea83860bef9128e6bf03825ed960 0.00 MB 1 0
44,806 44,806 000000000d24b77b93845d3f7992e48830f04eecd6014473d8a9521988d6dc08 0.00 MB 1 0
44,805 44,805 00000000150216741eb43d87778e426cfdadb5313278f7f50d9ddcd2113e85f3 0.00 MB 1 0
44,804 44,804 0000000019e0aefe0ddcfe30f83b63142ad9e961b9fa98d9b8da48d0f7ca082f 0.00 MB 1 0
44,803 44,803 000000002e208aca84a5bf8e5bb667e80d7b5b46feed833ac031bb0651016967 0.00 MB 1 0
44,802 44,802 000000001371a396c4544772caeea756d7b3a1335b42ca83c1b6206633b5b9d7 0.00 MB 1 0
44,801 44,801 00000000341833144fc2e692e1968f257cceeaae5546e604307d515c5b9fe48c 0.00 MB 1 0
44,800 44,800 000000002c59046dc05c3028f451a7d6f9f2f9d76da40f8b9d2dcf79c1a692cc 0.00 MB 1 0
44,799 44,799 000000002fcf0c52fb3ca13ea5d6ebb17e3282d1fa32617c4a925d71b906ee7f 0.00 MB 1 0
44,798 44,798 000000002be84b0f12e24500c7f44b658cd88f5344c12dc53d979e4736047f9d 0.00 MB 1 0
44,797 44,797 000000003776fc057448bc4bf37b48f6327880d6d53b8900076c10806052c249 0.00 MB 1 0
44,796 44,796 0000000008a0e68a35526d5e4926ab34b4bd61adcd69a86eba19334b1b5ecb1a 0.00 MB 1 0
44,795 44,795 000000000e30f5040b8076dfb39aa25aec650f6925682990c66b0ade1931e908 0.00 MB 1 0
44,794 44,794 000000000497db686b748ed7e65f52d389545ffdb0a68215727b037a6af4f516 0.00 MB 1 0
44,793 44,793 0000000010586f75e11802b4d6b283ef89ce67fa94234da28021395724679a4a 0.00 MB 1 0
44,792 44,792 0000000019f5c0e5285d582cd5e4c51718cf749a82d30f96b2c614343b687265 0.00 MB 1 0
44,791 44,791 000000000132256f8f88010d7ccf17d014b63eeb5c07b5e7545c696f50c912c1 0.00 MB 1 0
44,790 44,790 0000000013a5e86e42990df8891b96bb2f9a2cc17a540eda21481a2da9d8b556 0.00 MB 1 0
44,789 44,789 000000002f1af7ae999f49244f7b13576264ce291ced94b3d0bfbb1589c3b329 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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.82 GB sent, 101.11 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.