Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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
907,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,739 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (592,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,597 315,597 000000000000000031d636f420633bc982cbb09b9247f74ba0cfddeac3b4f940 0.42 MB 698 27
315,596 315,596 00000000000000000168711d222aa991d892e0f9d7ad5ee51e556e36db228053 0.22 MB 187 17
315,595 315,595 00000000000000001c15bb0bdb4a00780e2e5e1b5faee8cd24ba5907ac147bbb 0.75 MB 1,622 31
315,594 315,594 000000000000000004e243759b1b00618cabf9f71263b3da1f71764a4153d43a 0.09 MB 177 27
315,593 315,593 000000000000000021d239801c1d17bb56b2b44160b89694b42874937c1a2240 0.51 MB 813 28
315,592 315,592 00000000000000003261db3d7f90bfa4b3be5aa190ca8ee1c0d5cc9b1bfb50aa 0.23 MB 261 20
315,591 315,591 000000000000000011fd96f0502df7532f434f715e5b956b07fc73e6060a6ce3 0.16 MB 285 27
315,590 315,590 0000000000000000362f374de4d7ea0e4abc3a91961a864348aa04fc0a991004 0.16 MB 330 32
315,589 315,589 00000000000000002765e3cea4e0559688c8480bcaddced6a649522e28e2ac56 0.20 MB 337 29
315,588 315,588 000000000000000002bb033169f7ecf82395e906241090c2ffe190fc5455cf61 0.11 MB 227 25
315,587 315,587 00000000000000000b39529bc7e59b98cc2095cf9f3cff73815b7b55e03972f0 0.01 MB 25 24
315,586 315,586 000000000000000001456a93545ce6d205597bd92a48ab35b6a3ba1fe7afe108 0.17 MB 277 23
315,585 315,585 000000000000000000ec1f4c10ebcb45a7342021bd58872d58dff6592345260f 0.12 MB 194 22
315,584 315,584 00000000000000001f172ab35dfbaf0e47d74331dbd2dbc3654d8d4e3ef8afe8 0.35 MB 624 28
315,583 315,583 00000000000000002e45fdb8c08206b5261fa4a98971798bdaa384e4226383ac 0.21 MB 442 30
315,582 315,582 0000000000000000062a3f316cdacbc7c9508f124539b945b4fcceac2a8439ff 0.12 MB 225 26
315,581 315,581 0000000000000000008457c509310817e00e4d6b22f47bebdc69ce146561e9a5 0.53 MB 663 22
315,580 315,580 00000000000000001ec61d5a508ea50464ef691ee21143ee08c2ae291b2c0c22 0.25 MB 631 35
315,579 315,579 000000000000000033eedd6e72b20375fb4311345f18db17c8070ebc2183fc42 0.07 MB 124 23
315,578 315,578 00000000000000002ad40d0ede50857ca93a80ee28e581916a064ea751885a7d 0.29 MB 503 27
315,577 315,577 0000000000000000106df57cce936275e16632232c7a1d16098e25be1a85de21 0.12 MB 239 31
Previous 10 blocks ↓
Total Size: 769.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,628.28 GB sent, 93.33 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.