Memory Pool Memory Pool Refreshing

7,594 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
899,780 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 2,753 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,779 (12,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
887,641 887,641 00000000000000000000b96ed29ece81f0031d1999356c6416a03a67182ce57e 1.57 MB 3,647 9
887,640 887,640 00000000000000000001128fa326f57b394511c80461622a7bd852e1814be9c5 1.42 MB 3,462 12
887,639 887,639 00000000000000000000f7e9b15aef817d396b95b5de2545ec66b3b0a3642f0f 1.65 MB 3,297 5
887,638 887,638 00000000000000000000135dcc4831d30ae49a7338cb7dcd05e9f056f416a1f1 1.69 MB 3,155 2
887,637 887,637 0000000000000000000045be086dd126f7b9ac71cea09bb856a00677e89c3eb4 1.57 MB 3,656 5
887,636 887,636 00000000000000000000a30d5074c6502d165a4bd98350ced26640cf07042494 1.76 MB 4,329 2
887,635 887,635 000000000000000000017036a6d1e6248d8e8c5643ddfce2a3abbb102bd1f678 1.59 MB 3,986 3
887,634 887,634 0000000000000000000048fd09e0652e0b8b5f6d540c1e0d7b57381d6f88e0c5 1.63 MB 1,718 2
887,633 887,633 000000000000000000012ad7b2f91d4ddd50d210ac017dcff0cb38202e864f6a 1.69 MB 3,645 5
887,632 887,632 00000000000000000001dc4bd18c7b2ce32f85f45e75a4a61c7efc39ec1b833e 1.61 MB 3,349 5
887,631 887,631 000000000000000000026f651bdc5c379863dcd790ca4a18b2748dbe30c525fc 1.84 MB 4,535 1
887,630 887,630 000000000000000000003cb1661b2cd92dcddabec15a535de4a276c971a23c39 1.59 MB 4,016 4
887,629 887,629 000000000000000000005438211cb434fd2a272aeb1638ba4cb167fed2d3503a 1.70 MB 3,961 2
887,628 887,628 0000000000000000000088cc0d2c23bb326a3da09587dbaea4c525640250e9a7 1.51 MB 3,084 2
887,627 887,627 0000000000000000000075a40f0b64955682abe628f159cf73c57b9c9e571e5e 1.40 MB 2,251 1
887,626 887,626 000000000000000000010d612c01bf1773fdcd5b977bb735fa89e6481fd2cd96 1.79 MB 4,100 1
887,625 887,625 00000000000000000001f402d3b57c43c5eb59ad391f24fd7f30fe946168d1f9 1.65 MB 3,618 4
887,624 887,624 0000000000000000000120f9312d59d314aaedcdc34c60fe3e3192b753ebbac6 1.69 MB 4,285 1
887,623 887,623 00000000000000000001c5447db72af7b27090fdd9f9f6c090af8aa3f921bc8d 1.62 MB 3,975 3
887,622 887,622 00000000000000000000d041e3d62ed7939a604371a962af8ca8619723c6eb03 1.80 MB 4,873 1
887,621 887,621 0000000000000000000021b4b547a2ebc7737090c1860aee43b7e4317b9f3eeb 1.71 MB 3,938 2
Previous 10 blocks ↓
Total Size: 755.61 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: 530.95 GB sent, 26.50 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.