Memory Pool Memory Pool Refreshing

1,067 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (842,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,724 65,724 000000000559be31f282756296f2f44f5cb44510d947aaca33cfd13ba49f7ca3 0.00 MB 3 0
65,723 65,723 00000000012628def2334efee9e5d501d38037b04ee54bf19e16e28ed49e437c 0.00 MB 3 0
65,722 65,722 000000000490b09880b82fb56cc04abbc1315f24e22f800fba4cc70838ce852d 0.00 MB 1 0
65,721 65,721 00000000060e0b041a295da0473274c134d23996a9cd0ef3e3535e28ecae5449 0.00 MB 1 0
65,720 65,720 0000000001ac784be1ea5a8319ea0c85b981538ab4ea7508b8238697fc81afd7 0.00 MB 3 0
65,719 65,719 000000000197a9083059b899ac6db3c3686545f914727810fd9f01c4409f38be 0.00 MB 2 0
65,718 65,718 000000000a0ae440678b264fb0fd60d13e82d9741cdb8f5d35d06058d11ab9a8 0.00 MB 2 0
65,717 65,717 00000000077861b14338254e7a5b1349b96124aa11ed16f84705a11debb09e82 0.00 MB 1 0
65,716 65,716 00000000099c1dc7774c111e8c3c3123c5a112e04c02666010b2401f8457061c 0.00 MB 1 0
65,715 65,715 0000000003fec14980511e1f98c169b40e79f52221be592da979003e764212b3 0.00 MB 3 0
65,714 65,714 00000000002c8372efa9b50a0821f3ace036c0ee58c0139e910fc1c3452eaac8 0.00 MB 3 0
65,713 65,713 0000000000f42a936e5412ae751b820046b2aac1098a6f41ebc772d366f72e25 0.00 MB 1 0
65,712 65,712 0000000008f1e4faf7606dce08dab454d76e07d4e0ad1d1c207ce743fdd00564 0.00 MB 2 0
65,711 65,711 000000000a68fbfb78ede8135843d94f69cbbded26cc3d4a7248874612fd10ad 0.00 MB 2 0
65,710 65,710 00000000074496808353ce74c4189451befe81cd75ff0f323aa0971c2d964c70 0.00 MB 3 0
65,709 65,709 0000000009a02a45ce7d5f51d7632b1352210f1144ca05e10fa8d604c6446bba 0.00 MB 1 0
65,708 65,708 000000000714068e748637c0e2ce16547d23632e95ad5bb6ad6298e6f33d36c7 0.00 MB 1 0
65,707 65,707 000000000011a4286590f62f42cb7becc941f1ef1cd889ca7d899a3c1247c2d6 0.00 MB 2 0
65,706 65,706 00000000064d7f5174c150023d5981fcd05e886c273e757f228c3bb4434572ac 0.00 MB 6 0
65,705 65,705 0000000002d00f5138474225dfaa2d50356474cd1c5837234d85f7be2d356a1c 0.00 MB 5 0
65,704 65,704 000000000719fef2148dd60efc623ce796741f557f4fa308dba57ba1416f86b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.32 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.