Memory Pool Memory Pool Refreshing

369 transactions
0.08 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
1 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,789 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 336 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (587,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,026 320,026 0000000000000000045197719ed63c91d7ad198bce48735a6bb052122a48f7ee 0.60 MB 1,202 29
320,025 320,025 00000000000000001c2d8cdb8a3719975b78db6d810030bbce8ab505467809e8 0.40 MB 734 27
320,024 320,024 000000000000000003d6a8f3b7c25374f77ef89e906b2d707cd182454bed4381 0.16 MB 143 15
320,023 320,023 00000000000000002190673aed9ab21a2100b04d3d7956dd96c8247d1d5b9bcd 0.93 MB 1,847 30
320,022 320,022 00000000000000001a8a7d389f0f71f251f0d28cdba01a28f76adc3c268f5a8a 0.08 MB 126 22
320,021 320,021 00000000000000001d215509d7f993d1c34b1a3366dc3743f41ee687129404a2 0.71 MB 1,159 24
320,020 320,020 000000000000000011b29008e99491704b35ffa34f6b2f66ead4baee9c391b08 0.01 MB 32 25
320,019 320,019 000000000000000016c9ccd8e8c13bee4ebbf892f65a2133bb0f0ffa5afdfe38 0.11 MB 236 23
320,018 320,018 0000000000000000252f6da60ca32c88146c30dfc1a3da66f9076a4c8faed9d9 0.89 MB 1,168 23
320,017 320,017 00000000000000000739ae4119340642a53d3e6064e10cb12347cfe874b9ca30 0.75 MB 2,075 36
320,016 320,016 00000000000000001e2bd5631a2e7e4340d0d0715e503b149b00c77b74bdea68 0.20 MB 236 21
320,015 320,015 00000000000000000b8cd4a8a7752ff8785f66232359273f619f6a6cb28d4644 0.08 MB 122 17
320,014 320,014 000000000000000007ec23c7a5ede62ec5bf3ae4899076bfbfc877ea2f261006 0.73 MB 1,075 22
320,013 320,013 000000000000000001d24bd6985fb2c4f10c28a73633f506f90d4c4044ea9e6d 0.00 MB 1 0
320,012 320,012 0000000000000000253c34dce5af18a0e3d17b660cdb4ba6be891f80f3bc28c7 0.31 MB 1,024 51
320,011 320,011 00000000000000000e8d011f81bcb7a1f0d0d4e4ff75b28ab33e132911b9dd08 0.17 MB 277 21
320,010 320,010 00000000000000002384a2a1dd1c1a01a37a49c7ba4af6bfb6bbddd1fe9e732a 0.00 MB 1 0
320,009 320,009 0000000000000000098540c80168cfb40567a4ddd252ebd02b6f751a48c4407b 0.24 MB 509 32
320,008 320,008 0000000000000000009fdf87e2cf83050c1c30e060811141f8d182f49940d52a 0.00 MB 1 0
320,007 320,007 00000000000000001d942eba2c99ba5927054f14688610e25e2f14600f45d503 0.20 MB 284 19
320,006 320,006 0000000000000000204378353a187e01ce97aa81c67fd28aa34e28dd4ad1e8be 0.61 MB 815 20
Previous 10 blocks ↓
Total Size: 769.14 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,632.10 GB sent, 93.60 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.