Memory Pool Memory Pool Refreshing

3,364 transactions
5.92 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,259 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,199 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,258 (814,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,502 93,502 00000000000942bbe581aa187a1e147cfa7cb3d5dea7b70c9a2a685bb120088e 0.00 MB 2 0
93,501 93,501 000000000001a692f5f63748a807170471d324d79d5575ec5111f52142aac009 0.00 MB 1 0
93,500 93,500 000000000003b8e6533b3f238ee00ff8dd68c3a2377a213f7a72c3ef0fe0c54b 0.00 MB 3 0
93,499 93,499 0000000000078ec78ca004c6ba7a2c3f87e616c70ebfd14a614aecc0e2796307 0.00 MB 7 1,427
93,498 93,498 00000000000011ddcfc0f2aaf3f53c1c6a527d8cb32315953ec150810a6b2e9d 0.00 MB 6 2,323
93,497 93,497 0000000000053fa28e59712a0c90c0d90e2ee44ed81672367a3b0b48ce21e89c 0.00 MB 3 1,930
93,496 93,496 000000000008cd3759d0c4a04d75f9c74c69bcf52746e5de23ddb01521cd3e0f 0.00 MB 6 2,384
93,495 93,495 000000000007f1adca9284f20d009ad288effddb7dc1cf07408c0ecc01fb56a2 0.00 MB 1 0
93,494 93,494 000000000004f00dcb4283fdde7184168d5c1fa18a123ae3955825a47d0b7e4d 0.00 MB 1 0
93,493 93,493 000000000008bcb3be39dfca6f0072ec697b3aff92f93da2abb7ef03d89fcc33 0.00 MB 1 0
93,492 93,492 000000000008b4ff24a45020f5e4f576133d44395eaac99f2b923ecb9975ade4 0.00 MB 5 703
93,491 93,491 000000000001f15734ca9b74a5f66c06b5e8de1b03d57283ec971cfd34f0c4a2 0.00 MB 1 0
93,490 93,490 000000000008eb7c98fafb2ed94916f0af27da1c2d4481cc3e21f941d8444e9b 0.00 MB 1 0
93,489 93,489 000000000002b72ada9398248d02290e1a7c64d9df252bcb0b2116d152014f78 0.00 MB 5 2,548
93,488 93,488 00000000000600bbf2afd4fb5661bcea8ca3ce0e8c35bfbaa721c889e618213d 0.00 MB 1 0
93,487 93,487 00000000000701209a5e7b753139aca646547c0db1e1cfdde84d0294e82ecb40 0.00 MB 6 3,100
93,486 93,486 00000000000625a96431d0ba133c3d593f38338417a57154555d7e67a78983c1 0.00 MB 7 1,380
93,485 93,485 0000000000007cc3d5efb4ae4cd301cae3957982ea92c0b3b0b60665451350e5 0.00 MB 2 0
93,484 93,484 000000000004b49235faf18b3be80bace4d238ed35c0ef9fc801d8c2f2e984b9 0.00 MB 1 0
93,483 93,483 00000000000270074f6f452a5cb4b66d08c22d56fe00fcf6db5ddf6a50c80238 0.00 MB 2 3,875
93,482 93,482 00000000000276864b266c18f8c4fc5c8633f78b5bf25530cc11fdc787b47047 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.08 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,691.24 GB sent, 98.05 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.