Memory Pool Memory Pool Refreshing

4,520 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,578 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (360,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
547,159 547,159 0000000000000000000fcbd483f1d1a70b029875fd54fcad7a1f121541253f24 1.15 MB 2,692 9
547,158 547,158 0000000000000000000026cf32d295c90f43fd1c36a7a5c18620d48f41c60a94 1.45 MB 2,853 10
547,157 547,157 000000000000000000138f11e28e75b9ff8a42751275076920e815db9e02612e 1.15 MB 2,496 31
547,156 547,156 00000000000000000026f2fc545c1e6a4655fc3fafddc0223c31fb322c1c1bf5 1.26 MB 2,298 12
547,155 547,155 0000000000000000001ec817fbaa67f922f0140a01bf29edc1ad7fd20b36fa41 1.16 MB 2,507 31
547,154 547,154 0000000000000000001a75e4b930e4dabc73cec01b657e3520ef91ed80cdea71 1.14 MB 2,206 7
547,153 547,153 000000000000000000123bbce74df035ad946c21692c677857af2c4746f630dd 1.19 MB 2,665 15
547,152 547,152 000000000000000000035e4709c50f0ec491a624a14ae7e41ce173aa59d9add2 1.23 MB 2,771 19
547,151 547,151 000000000000000000000750ab7a92fa7155c1ba32245bfdacd6d516812aca28 1.15 MB 3,073 7
547,150 547,150 0000000000000000002273be5ccdc14318f6ea9fe53215c5f56ea07058097ca6 1.25 MB 3,151 13
547,149 547,149 00000000000000000022672177e37ed07040ee7f2a11330a8d62350b6c02b2cb 1.28 MB 2,708 26
547,148 547,148 0000000000000000001ce254bdc2f671af539504c325aab2e2ec9216db3762e2 1.40 MB 2,822 16
547,147 547,147 0000000000000000000ac5ad42826286dd3bfe0a39905cd3382a362d7474f005 1.00 MB 2,322 9
547,146 547,146 00000000000000000006d4506007f21fae1d9ebd5cca11b5ec4673606cf5ccaa 1.33 MB 2,899 26
547,145 547,145 000000000000000000145865c66aeb6e2f1d0f4ba5e21cd6dd5389c0078c7237 1.00 MB 1,673 15
547,144 547,144 00000000000000000006182b91f07bf608d45dff7c769cf4cff4b50c000204ad 1.24 MB 2,536 32
547,143 547,143 0000000000000000000a1ba50823357cf63a8ca76daa0bdcf6d920fb5c126026 1.23 MB 2,746 16
547,142 547,142 0000000000000000000507e0176c8616fb1cbfd9431871b2b69f47f9594f0f09 1.19 MB 2,627 40
547,141 547,141 0000000000000000000eacbc588421ca81a2a76bfae36bc71bb775829d28d730 1.15 MB 2,375 13
547,140 547,140 00000000000000000022c154a5e5f903af63eacd9c4182fec65f1b6602162e51 1.10 MB 1,538 19
547,139 547,139 0000000000000000000e0c8ae7ed43045142b0a13c8d1a55ff2fedaa6e7bbc80 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.