Memory Pool Memory Pool Refreshing

4,197 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (757,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,994 149,994 000000000000000931112ca80c5badf6047373b1bb53587fc23344871734bbff 0.05 MB 138 60
149,993 149,993 0000000000000691662013f1ef7d8c5ff19ad85f47b63b6fa06bd27947be4230 0.00 MB 12 0
149,992 149,992 0000000000000222084899512adb820a837f60c61fce8cf680345413c7016f91 0.01 MB 17 63
149,991 149,991 0000000000000b5c7e7f0753bfe803c981987bff6ee0c0749c0fdc43da42980e 0.01 MB 14 160
149,990 149,990 00000000000007a60af7123b7523f046fd7b149faec7ae919a3813843e0b0825 0.01 MB 44 211
149,989 149,989 00000000000007a73b894d7718a25f9e50d0ae1b73567ff31bab65174f742bbd 0.01 MB 22 170
149,988 149,988 00000000000001f38546624afceafc53723cd4383b3668819ff58f94fe50a365 0.03 MB 65 194
149,987 149,987 0000000000000367d5e301d3500fe661c68045af249ac4e2d508aeaddaeb1a8e 0.01 MB 33 194
149,986 149,986 000000000000068a6a49fb8b94028cfb6a2620ff39f1c4bf18b102750ba70d52 0.03 MB 89 90
149,985 149,985 000000000000056187fe14de03f1d4c1d1933d67d3f64f06028e71bf22492692 0.00 MB 12 35
149,984 149,984 0000000000000b4ece814065c9a591382cc90447efdd302ec5d618ffaa04e023 0.01 MB 52 81
149,983 149,983 00000000000008b85a22c7025942e5b2f13996df0e2fbe6b7257aa7857763498 0.00 MB 6 115
149,982 149,982 000000000000082cadd1df28fbd0c9e9b56a41db85d264afbb550d58a31375db 0.01 MB 22 24
149,981 149,981 0000000000000805140e0cd8733329ba6e108125e57620d37907b6384343e182 0.01 MB 17 227
149,980 149,980 000000000000096796a376b9c5a020da21e2dd9e44611ba2977c1b24e98e7f8e 0.00 MB 14 95
149,979 149,979 000000000000034b2074aae6da538c9742744edcf984a266ee008ad5bf63bbc3 0.03 MB 109 5
149,978 149,978 00000000000005ac32d469857bb4a14c3ed7c675f0cbac82b31bc2e30d37c270 0.02 MB 79 304
149,977 149,977 0000000000000079e59328a9dd36c5b468fac844be9713acd93bd365c913f862 0.05 MB 152 20
149,976 149,976 00000000000007dd4cda85c84cbc788633bb88ecd5cc08f1f56e5c5eda7f5129 0.00 MB 14 44
149,975 149,975 000000000000091e29a7f7dd3565fd69aea162c344d23a2edee60f3c27a4e19e 0.00 MB 12 0
149,974 149,974 00000000000006176c04bdc23ec611e6c47429778a249113490690748ca92fd7 0.00 MB 13 16
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.