Memory Pool Memory Pool Refreshing

1,168 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
901,212 000000000000000000023a040000000000000000000000000000000000000000 0.41 vMB 1,160 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,211 (392,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
508,754 508,754 0000000000000000004350161a9a80cbda40c1690c75902458baa98478013661 1.01 MB 162 6
508,753 508,753 00000000000000000031d7f180c234db77e985bffaacd95338eaf09735617aa8 1.03 MB 307 10
508,752 508,752 0000000000000000003444a55e7f303fa2d1b5009d3708474f63694ba8799b03 0.99 MB 185 10
508,751 508,751 0000000000000000000d32d463ed296e42be1f6271ffbf0dde095c6a228062c3 1.01 MB 442 17
508,750 508,750 00000000000000000058fff7eccdd8084bb28768d92d247bbc2637f4af077793 1.03 MB 794 28
508,749 508,749 00000000000000000043d64dd043a2a01b8b1f3d9d60ae860d28852dd4d1e984 1.00 MB 235 10
508,748 508,748 000000000000000000051c10b5dc8db457759d95036680ccb4431228693f5818 1.02 MB 404 20
508,747 508,747 000000000000000000579436868a2275c6f473a57fc7c110538da0c4761ca2fc 1.01 MB 609 21
508,746 508,746 0000000000000000000e5cc2823256abc0a6814d27919483cacd8bc3d220a44c 1.01 MB 508 16
508,745 508,745 0000000000000000000b4e8c47ba778013fef4311a8b258650f7a51d9292d915 1.04 MB 1,127 51
508,744 508,744 0000000000000000001c677e133e4e83fc4f0bd7e78f296886dd9be6811c23eb 1.01 MB 664 20
508,743 508,743 000000000000000000487aa43fbdd71208d1e5dcae56d6b759df289a8b64afc2 1.00 MB 147 6
508,742 508,742 000000000000000000207ab0e2f8c5a17279dcd212db3b624fbea26efebf104e 1.06 MB 1,602 58
508,741 508,741 00000000000000000059b094204ae4af77ca0fcd783bda04db36a8d3db87ba3f 1.01 MB 183 7
508,740 508,740 00000000000000000020600dd5ff67c545b813c10a34044052af7d4e73d80d80 0.25 MB 58 6
508,739 508,739 00000000000000000057b1058babcd407c07a038d059d03c3d06c9a32be9e8e1 1.01 MB 397 14
508,738 508,738 0000000000000000000177dc097f9f682117ac3a6ef6e1065f821e0628089c0a 1.04 MB 1,554 53
508,737 508,737 000000000000000000384623e27b7bd7bb449d718ca36888fe3a229c5f18b8f9 1.03 MB 954 39
508,736 508,736 00000000000000000056c86795f0a365448c945e2693774273b1cabfd34f8de8 1.10 MB 2,229 78
508,735 508,735 0000000000000000001282b49556a0e255805e1975c3f4b8f3e4ea99e637c072 1.08 MB 1,740 81
508,734 508,734 000000000000000000138c112010f27acba4d367b89a57cbe31a38c99a888cff 1.08 MB 2,201 67
Previous 10 blocks ↓
Total Size: 757.95 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: 711.13 GB sent, 36.66 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.