Memory Pool Memory Pool Refreshing

4,914 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,947 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (459,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,624 448,624 0000000000000000004ec2607171b0512a51fab96b9dc3c770ba68207cf64ba7 1.00 MB 2,570 99
448,623 448,623 000000000000000002da776b8658c584bec2765bd4163fffda051787d5f6d652 0.99 MB 940 25
448,622 448,622 00000000000000000303672a631ea153e8570865febf92575446543771976da5 1.00 MB 1,230 35
448,621 448,621 000000000000000002a615659fbb61f203aa405758f7bfc97ba3b67d4e5f323b 1.00 MB 1,779 58
448,620 448,620 00000000000000000258a35509e5d130093855bd6e2cd7c7c62ab40367b8cc78 1.00 MB 1,930 80
448,619 448,619 000000000000000001d10a50366c2aa4f378668cbf664ab521e41e5c19174183 1.00 MB 2,321 95
448,618 448,618 00000000000000000011636927c5f4ab5cc931dc8117751ff4ea4886ec8b3fce 1.00 MB 2,467 66
448,617 448,617 0000000000000000032bbd7abc0e7d3438a1133a522bcee8fe1f0084dd0076d3 1.00 MB 2,554 97
448,616 448,616 000000000000000002da953380e6cbc69497e0c691b1942199a06de2147a3824 1.00 MB 2,670 102
448,615 448,615 000000000000000000840905da6230b4d4946b07543215e12a7e37accc2ddab4 0.35 MB 654 80
448,614 448,614 000000000000000000059262683d2da3ee558f8e7c26de45955fdea30575be77 0.48 MB 630 46
448,613 448,613 000000000000000002b306db6a30fb25dc92c405f43134e9c847522ae4b64294 1.00 MB 1,983 63
448,612 448,612 000000000000000001154e65142fc5cd576a337306629b45506b35382af54261 1.00 MB 2,366 94
448,611 448,611 0000000000000000004db63060381867a62effa67c17c99e6a9c51360c059d40 0.08 MB 200 60
448,610 448,610 0000000000000000024859b9102de01c8fd45e65937823ecd146466acc47406d 1.00 MB 2,041 63
448,609 448,609 00000000000000000132cfcb25ff6307195310933f4db1ad14fc8977c7b523fb 0.93 MB 1,971 100
448,608 448,608 00000000000000000160df8850064b4efefd30c008675024c7fad0eccad9e18f 0.27 MB 408 54
448,607 448,607 000000000000000002783cfbeaf75dbe83c9e87f738560cd32430b5e39659abc 0.88 MB 1,795 80
448,606 448,606 000000000000000002e4c8e7f2ffd28d015613df88664b959b4eee33178e66ef 0.47 MB 768 58
448,605 448,605 000000000000000001f56ce8e3631e2ebaa98daefa3c67095507bf53e8175a76 0.52 MB 946 51
448,604 448,604 000000000000000002efa92996f5cdf6bd85bdb6edad506909baa05b93be27dc 1.00 MB 2,301 77
Previous 10 blocks ↓
Total Size: 769.13 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,631.73 GB sent, 93.57 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.