Memory Pool Memory Pool Refreshing

7,654 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,683 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (49,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,583 858,583 000000000000000000033839631d2857e6a8344698b6f41e5c8a2fb29695783b 1.70 MB 5,648 3
858,582 858,582 000000000000000000016470e6c4389df0a567f882d02a15185b1a0a15b08015 1.52 MB 5,201 3
858,581 858,581 00000000000000000000865b7397163c32d1e36016c54a12f9191ccbf6c349d4 1.67 MB 5,359 4
858,580 858,580 0000000000000000000277d1a0b850ee96c750e63e8707a07bd6196e7203e759 1.67 MB 7,076 3
858,579 858,579 000000000000000000000bd2e5af939307d3b61cf8efac58aaf9626ceabae6c8 1.68 MB 4,391 5
858,578 858,578 0000000000000000000133c02da3e1c27c02b73d72f00727bce670b9c345c7f0 1.68 MB 4,924 4
858,577 858,577 0000000000000000000142ac6c9b05569fcdd002cd5f2802b7b5d8d64cb022e6 1.56 MB 4,935 4
858,576 858,576 00000000000000000001bed25a4714fefe926e56c3093a87f4a24da90522878e 1.55 MB 4,520 4
858,575 858,575 0000000000000000000138fc9d7b79874b226b8455444d8b59e05812ff7997be 1.54 MB 5,277 3
858,574 858,574 00000000000000000002844dfb76d059544abd842de1fe949a494aeae215ea28 1.66 MB 7,379 3
858,573 858,573 000000000000000000005c982c420399495ff5d62fad161f6fcf64115c8c748d 1.77 MB 5,419 3
858,572 858,572 000000000000000000030397bf098a1dbb79a83e9bc81b00a070a065e48d15c5 1.63 MB 1,984 5
858,571 858,571 0000000000000000000107b5a969fca7a18a430162220c9796d220e3c48da660 1.39 MB 2,457 8
858,570 858,570 000000000000000000033525bbc83d5a124ff0f95539939344773aa6f68717e2 1.63 MB 6,420 4
858,569 858,569 00000000000000000001fa7add0fcf3b3879cd091c5dcb2a386e7e676d39dced 1.60 MB 6,793 3
858,568 858,568 00000000000000000003356082a5570ba0fa427939fce26f1585e8501e7a81c9 1.78 MB 3,384 5
858,567 858,567 000000000000000000029f1fbd40e59507a881fc302fd9a86e965efbac01b339 1.92 MB 2,663 6
858,566 858,566 000000000000000000012942221e948d6bf8d4d4bcefa8ba29fda217200c8185 1.59 MB 3,181 10
858,565 858,565 00000000000000000001e4a57149f8b586f83452ee17a208d7c27e6d623cdb9e 1.79 MB 6,416 3
858,564 858,564 00000000000000000001d8cdd214bf6f57840b5913129b94f604d0780cb95523 1.72 MB 4,512 3
858,563 858,563 0000000000000000000238d837bc3b70c9419a5ac91848e368fc58b95e8f5d69 1.68 MB 1,411 4
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.