Memory Pool Memory Pool Refreshing

1,987 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,507 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.58 vMB 1,982 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,506 (846,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,702 61,702 0000000000c3b75f8b3f20b6736114d16b218ed8db0b4c2a26215313c784f477 0.00 MB 1 0
61,701 61,701 0000000008653f6d079dabba4d4f0231e9db1847f7fcdff9d1a3ab3ef13874e1 0.00 MB 1 0
61,700 61,700 0000000002b013fceef07c2be004406f28cba9b5d29ddc8179574cd284f516b7 0.00 MB 2 0
61,699 61,699 0000000009c73cd58254eab81ed60614495093e431ffb262012a27c86415925f 0.00 MB 1 0
61,698 61,698 0000000009e3a94fa81efa413eeab907252691f6bfa9fe1708c528efc0b4e9e6 0.00 MB 5 0
61,697 61,697 000000000c6db07fbb2d644ca80cd85580c2abce4bae53b07dbb1dc131fea4a2 0.00 MB 1 0
61,696 61,696 0000000004df2e5ac6656aff269c8fa5413bdb3251997b7140f5649e203310bb 0.00 MB 1 0
61,695 61,695 000000000b5ed9d7ef22dd4e19712e0075dbc0f74db2dd0e4aae34e81c4c5254 0.00 MB 1 0
61,694 61,694 00000000097347e5a6368c917505218daa5bb25b2d47824b912ab064dff07d1e 0.00 MB 1 0
61,693 61,693 000000000d4075bb9d127bc4034822c53b731242ef5b5b356141fc9177157201 0.00 MB 1 0
61,692 61,692 000000000022fdabd9354ac506a7487113c325ad50b9310100fa11afb188fcc3 0.00 MB 3 0
61,691 61,691 00000000030eeb8b2f5b35721828c22d5fc6023b226ac6958042065a38f5cc2d 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 770.64 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,831.78 GB sent, 100.20 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.