Memory Pool Memory Pool Refreshing

2,888 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.91 vMB 2,875 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (459,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,736 448,736 0000000000000000008626526949046d565fd860d3a051a0165d67cb26e915de 0.84 MB 1,598 67
448,735 448,735 000000000000000003204b2eb488d412177d6aef693e12bbc2c85cc9a98d4815 1.00 MB 1,707 71
448,734 448,734 0000000000000000027095d59e4de45a9c261b90ab7a83734abbca36a8136b44 1.00 MB 2,379 95
448,733 448,733 00000000000000000322761455cea1265c800a7b4c273865840457f9fc0f2ac5 0.56 MB 1,389 82
448,732 448,732 00000000000000000274e899593d2fbd8d313149ee7674716001dde62693e326 0.39 MB 818 69
448,731 448,731 0000000000000000012bc72f76633d47f962aa05439752525784c6542643ba1e 0.44 MB 888 68
448,730 448,730 000000000000000000051ddf049ba2393df55ad6a20ea5553ddbf80c1930525d 0.65 MB 1,414 72
448,729 448,729 000000000000000000c9ccb5dbd689c284838d3683e3b9e851d64c0bb819be86 1.00 MB 2,469 91
448,728 448,728 00000000000000000155ae490679110efa888b7c77bfb81e5d4824449837b70e 0.75 MB 1,629 86
448,727 448,727 000000000000000002bff6659fb97b7a7d4a44982c6a38dbd9cd3c83f853299a 0.39 MB 914 87
448,726 448,726 000000000000000002b19fe3961a6f01fb5fa2546a54996a1bfc8f8ab8e559a5 0.65 MB 1,029 58
448,725 448,725 000000000000000000425ef7f0385e5e2e6f67af83a6a946029cbfd0f4c62e22 1.00 MB 789 28
448,724 448,724 00000000000000000270fe5dd3f342afffe6897addca18d51525a200ea3b4e48 1.00 MB 2,084 73
448,723 448,723 00000000000000000183f2d89c4a2e6da99a528de3a6cdfb69c8533ff3179419 1.00 MB 1,720 71
448,722 448,722 0000000000000000022a7e36a8d8a9a3c641703f6508b90b2af7f402cbe029eb 1.00 MB 2,125 103
448,721 448,721 0000000000000000024b0e51da1e3b852245f930667e9f41f68fbc898e65589c 1.00 MB 1,246 75
448,720 448,720 0000000000000000014cf4f40084c6db110bc8b1fc16f0e6b0272d579c76ecc0 1.00 MB 2,489 111
448,719 448,719 000000000000000001c9e72f87d60e43fba1e303351285fa61279f05030e2288 0.53 MB 1,374 85
448,718 448,718 000000000000000003243cff9e45f6bcf4bc2aaa6c18b94271e1cdd67ecd2466 0.79 MB 1,664 81
448,717 448,717 00000000000000000268528e626f1b5a1036cbcb53c3c124f5b38d60fab36df6 0.32 MB 791 83
448,716 448,716 0000000000000000027468b625f0f73992ad76ebfa1fa316ccec62dc64c0ed17 0.15 MB 93 28
Previous 10 blocks ↓
Total Size: 769.14 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,632.06 GB sent, 93.60 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.