Memory Pool Memory Pool Refreshing

1,394 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,394 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (61,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,621 846,621 00000000000000000001fc5ac10d5250640b6302dfd7a9c4f19af93f2c9a0e1a 1.66 MB 3,870 38
846,620 846,620 00000000000000000002d7aedc659b65c79a0558cb79da233496ea32e986639b 1.54 MB 3,370 55
846,619 846,619 000000000000000000030ec47af218c31b0084f4f36badeec761f1f44d0776ba 1.66 MB 4,180 32
846,618 846,618 000000000000000000020e6902255d6e3af87ab35ed394566b482a92f2e22e6d 1.69 MB 3,738 36
846,617 846,617 0000000000000000000082834188b0f35e5ad67d5c8a0aa8a1e8980d0e271e83 1.70 MB 3,572 38
846,616 846,616 00000000000000000002b7d168e2dec8d63b40b304d2a58868124cfa3a283f5a 1.68 MB 4,224 40
846,615 846,615 000000000000000000029978363a017cacbf0c90e1886f60117d2d6afcd6dc1d 1.68 MB 4,427 44
846,614 846,614 00000000000000000002a127d2b16d8bc5155e027e00ff57e896363777299076 1.48 MB 3,371 45
846,613 846,613 00000000000000000002369b3ffdb8d47d774a3d26802ff1a73ad1da4c16e956 1.52 MB 3,638 46
846,612 846,612 000000000000000000024cc820c4e238d118b0832aa828aaf916ae88a5d43610 1.53 MB 3,488 29
846,611 846,611 000000000000000000005d1fa81c96784dea13f78438094cd29845701216cdbc 1.51 MB 2,749 30
846,610 846,610 0000000000000000000050cb927a44a03c25b424b8112ac99d07d13a6ef5a44a 1.55 MB 3,335 47
846,609 846,609 00000000000000000001484d3e7d39acef1604da54d206ed1d52da0af5527522 1.19 MB 1,137 31
846,608 846,608 000000000000000000007a8dc4019e511e362f98bc8f425933ffeb6ed40f686c 1.73 MB 6,347 25
846,607 846,607 000000000000000000032156eb4624748ed6a859c27d27398c477dd9b4cbd881 1.55 MB 6,252 25
846,606 846,606 00000000000000000000e5b9a937b23664deb89c2b6657c0fbd42f609ff2aa55 1.72 MB 5,047 29
846,605 846,605 000000000000000000027af9f28cb3546ce1097cbeeb3dfa28b547f20c63994b 1.75 MB 4,646 30
846,604 846,604 0000000000000000000042131aa5e7ea58a886deae090b83904967a19c141bb7 1.40 MB 2,813 35
846,603 846,603 000000000000000000007610d5ff4b78d394263c5f1b5980a01e032e4c238380 1.70 MB 4,900 27
846,602 846,602 00000000000000000000f397460e1bfa7d4f8ef8bfbb7b1ddbc333714bff8628 1.71 MB 3,621 29
846,601 846,601 000000000000000000012a2b6b4242d41f5eeaded7debe2b3574af30cf6ad529 1.49 MB 3,206 35
Previous 10 blocks ↓
Total Size: 769.01 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.92 GB sent, 92.84 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.