Memory Pool Memory Pool Refreshing

3,820 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,334 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (780,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,667 127,667 000000000000043c83836c161cb55dde4cce38533fe34bb5e3e643330c889749 0.01 MB 15 781
127,666 127,666 00000000000020d2e1effbb1bb7d8065af6f90777eb31e26e1d45cb8ed15ab74 0.01 MB 19 1,713
127,665 127,665 0000000000000805e936389822b29430160bf40ea8c0cc53a7494637832f75d6 0.02 MB 35 1,362
127,664 127,664 0000000000001c5fa98daa2a8d9b7200cabbec953c160cc5db2642257cc9f5f0 0.00 MB 14 1,598
127,663 127,663 0000000000001fa22c3635e951ec60ad9c0b68c2b1d529635611a8513ac39e3b 0.02 MB 78 190
127,662 127,662 00000000000015c9c30f54e3d35aa7c8651c4ee445ad3ecf4810c942459c4c8d 0.02 MB 40 785
127,661 127,661 0000000000000a483749407de291ff3671dd6f73527dc65d1ae20fe816d64f78 0.00 MB 10 654
127,660 127,660 000000000000147f9ad681fac26d11554d19841098e43ad4ba01eea3d04fa754 0.04 MB 112 1,541
127,659 127,659 00000000000023c55ecf8a796efd6663b1d204ab9f6b434438105037ecf75f2a 0.04 MB 102 478
127,658 127,658 0000000000001fcf7261b460458caea1c60a03564b4c9922b14db41fa5862252 0.05 MB 143 1,187
127,657 127,657 0000000000000be7fbe26d57600efe7550eab948015092e3ac551b7488748cb5 0.02 MB 51 421
127,656 127,656 000000000000057b6d80bde856d53d3f6cc232866a28f94d24f6d1486e7c1c57 0.00 MB 15 529
127,655 127,655 00000000000012bf7de607a69feb2c600119ed34b81e9899cd196453662f6326 0.02 MB 57 769
127,654 127,654 0000000000000a780fce14bef628cb9ddc56e2225781157485422bb0dd309ead 0.01 MB 29 709
127,653 127,653 00000000000022a9cce2a8b74b98f243e1d5d5aaa36ee255dce8e423fc255d98 0.01 MB 16 574
127,652 127,652 0000000000001958ff5a702c013811afc4cc3e7fe744ad50ff040fa8f45fd42f 0.00 MB 6 2,313
127,651 127,651 00000000000015f4087e689ddde3743af1a80faa1dd96ce8a9b84a6dc05b0109 0.04 MB 90 1,461
127,650 127,650 00000000000010aee6a6a2fe388c71a062f550bbdb3ff38a79c9eefd53ccfbf7 0.00 MB 11 586
127,649 127,649 000000000000209ad7bdfc7bcac5c475e95afe7e7b21608a58d051f65b64ef82 0.01 MB 28 1,324
127,648 127,648 0000000000000dd13dc7fc5f5ed049216043106c3f43a5dfd707804d27b2300c 0.02 MB 50 2,653
127,647 127,647 0000000000000fe08aa7cee40ca075d6f6b7d1d05b67a6bc4c4483ae4035353b 0.01 MB 19 1,106
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.13 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.