Memory Pool Memory Pool Refreshing

6,382 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,588 (846,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,690 61,690 0000000004db207b6ab292b9c4b2319b7b87936306989e53e2d490e5f45dd13d 0.00 MB 1 0
61,689 61,689 00000000061c6fb09b3f044d752be4f459223084027646bedd6f734cb721c90f 0.00 MB 2 0
61,688 61,688 000000000dd6208a1f4552458311e1d877bd200985fda1f43d1502e56bc9e7f5 0.00 MB 2 0
61,687 61,687 000000000c42a7d2785073d1002c354a544837dc036a7e2b73e75abef81c8a28 0.00 MB 1 0
61,686 61,686 00000000030e9f08f0cf980b1cd6c05366dfe6f768d08d2c73d2c590568203c6 0.00 MB 4 0
61,685 61,685 0000000000f9278c16cc27fb67aa9ae0a3b30949aa545e6fa696b8798acc6640 0.00 MB 5 0
61,684 61,684 000000000590d3589291af54ef2748cdf029ccc9b21bb6fa0ca2798347788828 0.00 MB 3 0
61,683 61,683 000000000ba54e703a8678185bfcbef1b77212de7b01f77be05e78b12dddd042 0.00 MB 1 0
61,682 61,682 0000000006dec68d80ae24de4ea96097840682072b35759670e6f4b710d9512e 0.00 MB 1 0
61,681 61,681 00000000099868958ace3b6ca3887aab8a5a8b879ab6541f8b53823ea19ebe20 0.00 MB 2 0
61,680 61,680 0000000004208e8ea73a2db236fa1c1ffdc87a63e2329acdf492d030c6b37c41 0.00 MB 2 0
61,679 61,679 0000000002bdfb7e6ce8d41654482459b6372baa1b4348213d63f688abedb9c1 0.00 MB 2 0
61,678 61,678 0000000009dfbe0f8bbd514870071ea91529191039392bcb39774378ab4cec29 0.00 MB 1 0
61,677 61,677 000000000a0aff13456a4ce289c28d4988d152d304259f591c0e214a2e6d525f 0.00 MB 1 0
61,676 61,676 00000000034afdad57e5e4213d9ad74c501aa3c285e7b0d865976cf89f5ba004 0.00 MB 1 0
61,675 61,675 0000000004376d852512b702e9e01169750de076f4dc2569c3f5e0e803edad0a 0.00 MB 1 0
61,674 61,674 000000000a933b46ce403bcf7589307483f62da2d06467f845cd43e7822f6f8f 0.00 MB 1 0
61,673 61,673 000000000be6d77389ec39e5fb183a4bf52084de9f062ae1da72f164e688be12 0.00 MB 2 0
61,672 61,672 000000000c5185688cdf4b2c7e7bca965a8096ddc88cd0b8df8c9e3ad1f4fac7 0.00 MB 1 0
61,671 61,671 000000000a59d2ee016a0ca7730748ec1bf465116f605276c7ea566089775222 0.00 MB 1 0
61,670 61,670 0000000009c82078b20293141d20459719a496e9ff57034764bb5ed72e234ec7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.15 GB sent, 100.95 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.