Memory Pool Memory Pool Refreshing

12,283 transactions
3.59 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,132 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (634,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,636 273,636 000000000000000484add3d38319766cd4cb3c5aad1a29c07a3b866f4b68500b 0.40 MB 580 27
273,635 273,635 0000000000000000a3ef5b0b722d2f74dbe994c99b1ea27c098646db06d7b0b8 0.25 MB 782 45
273,634 273,634 000000000000000317c5588b0d07d618ef3a682c267bd7302258f6e8f327e3cf 0.25 MB 338 92
273,633 273,633 0000000000000004b0b7eeaa64238db4d48490093ff0f1d64e2d219a2eb38de9 0.09 MB 256 157
273,632 273,632 00000000000000015f480faa7df1426b465c8c02040b0ed2c54e65de4cc6d4cc 0.16 MB 258 21
273,631 273,631 0000000000000000210a1d02c3e4763e90cc5633b409641ad10862ee62a27f82 0.25 MB 780 85
273,630 273,630 0000000000000001dfe0cbe3641ba44159bd15bc7bf97f817e2664b4d9eb15f0 0.15 MB 380 59
273,629 273,629 00000000000000007f686a2c6084e09dee0637623d38c2cbe09242c017759f8b 0.03 MB 75 31
273,628 273,628 00000000000000013024dac72b245f695de054ce6102c6c210af1f21e56b795c 0.04 MB 101 39
273,627 273,627 0000000000000001ff309b4956b25eab089170be74b2a4769ff79857cf4f86bd 0.48 MB 888 48
273,626 273,626 000000000000000143172a5001e47fb5dd143b297486c4701ecde83a3636de5f 0.10 MB 212 66
273,625 273,625 000000000000000049a79f4568775ba9c7659111d97daa96cd38e8344d5cd9cc 0.14 MB 314 56
273,624 273,624 000000000000000525bc792d6892b731621c329510bc74316af022084ae1bd38 0.14 MB 116 10
273,623 273,623 0000000000000001a68376aa865f5527689c140bcf0922be6102a09a06951daa 0.48 MB 916 42
273,622 273,622 00000000000000019cfe24b0188925b82939d73335dcad47f4dc16f61d31bb20 0.25 MB 717 88
273,621 273,621 0000000000000003dd6cad2b9b6dc11edbeb696fcaadcf108da447423f31df84 0.03 MB 75 37
273,620 273,620 00000000000000017387e075567ec9e25cc348d01d107eae7a96c078104f0e9a 0.02 MB 53 24
273,619 273,619 000000000000000495b9075709b1c509e5ea563923019d7a021d272f8eeef724 0.13 MB 344 107
273,618 273,618 0000000000000002e6fafd9b5a78607ee2f416bbef2f43eef5d663e990cde62a 0.01 MB 29 56
273,617 273,617 0000000000000005a4f42c577adb0ad2eef3e6228326dfd98e9d909f8d9375fb 0.14 MB 316 54
273,616 273,616 0000000000000004578dcb7b5611ba2147984949dad02b3d137ec61188a49034 0.17 MB 411 52
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.