Memory Pool Memory Pool Refreshing

12,386 transactions
3.61 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,095 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (27,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,528 880,528 00000000000000000001f3d45f4137cca920335ee7f02818f897ebc229131ea1 1.64 MB 2,604 6
880,527 880,527 000000000000000000007b864eedeecc21f14efc352710718a4835222bff0203 1.65 MB 3,499 8
880,526 880,526 00000000000000000001177c6cb90db1deac997badb9c5bc9987692db3ceae4b 1.56 MB 3,570 9
880,525 880,525 00000000000000000001005b50b06c46fbeb7c7aaa5412ee0b504c20f41ad9ef 1.59 MB 4,140 5
880,524 880,524 00000000000000000002504a588acba0391a01526615c7f76651ccbc82832c00 1.67 MB 3,324 7
880,523 880,523 0000000000000000000225a651ed118e6463e591d1e5be3d8d7e550f90532a16 1.56 MB 3,744 9
880,522 880,522 000000000000000000005a6208e34d6a5a20946e9ceab166a03cb144ba728397 1.50 MB 3,306 13
880,521 880,521 00000000000000000000a2f23cd095cda298630b4ab1377a21c74344133e41f6 1.59 MB 3,731 4
880,520 880,520 00000000000000000001ab69b566e8cded96ffb36dd265707f35e9769017c8b0 1.58 MB 3,180 10
880,519 880,519 00000000000000000000fbc132e7cb70883a97e6939d67239d68b2813f8ef563 1.81 MB 1,689 4
880,518 880,518 00000000000000000001909507424867141d6be97d59817f82bd3b8ae644c8e7 1.74 MB 2,672 7
880,517 880,517 000000000000000000024114e481929afe746598973efdff97add933874fd8dd 1.93 MB 1,635 5
880,516 880,516 0000000000000000000223c5c57ed3d5f0576348aef0d27ad706644019b0111f 1.56 MB 3,718 10
880,515 880,515 00000000000000000001f18bf17de5ad70f4e80bfad5cba0f5c29c4ffdb2cd45 1.60 MB 3,215 6
880,514 880,514 00000000000000000001fe8286a66221b65c20d0c0c6369d57b4fc344536e170 1.59 MB 3,545 8
880,513 880,513 00000000000000000000840e3c2770df668225f4c384674a6a2441ad0e3b60e2 1.57 MB 3,817 8
880,512 880,512 00000000000000000001c3fbc76a7efe7a320a8236ea6250bc15e4f7a67e727d 0.78 MB 7,396 64
880,511 880,511 00000000000000000000f559188ba8fb5ea0b119ffe1d5335b217d52fdaddcc9 1.78 MB 1,295 2
880,510 880,510 00000000000000000001359a34cd7a1e647cb0e31b36d8b33002702721c3a2bf 1.97 MB 2,609 3
880,509 880,509 00000000000000000000ecea4d72908221a3103a0b642b5925703342a1fab5a1 1.66 MB 3,530 5
880,508 880,508 00000000000000000000a030d3f5e8b0220886d1adbc92d3bb39bd9fb59a47c0 1.71 MB 1,677 2
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.29 GB sent, 92.90 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.