Memory Pool Memory Pool Refreshing

6,525 transactions (2.85 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,143 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,072 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,142 (885,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,587 23,587 00000000b9c0de9fc461da52a67d7a62f7fdf8a446aedba6d108e55b789bc65a 0.00 MB 1 0
23,586 23,586 00000000f41334359305e1c8bcca38ea542046d99cd3b70acf49d28a23f50d39 0.00 MB 1 0
23,585 23,585 000000004efcbd8efcc5cb9ac64c5156e9d60a58f8a4553b3a5ba3f6b359c621 0.00 MB 1 0
23,584 23,584 00000000ebb969344ef894d66a9d7dcf3776ce2ad8fbb07c993e4a30f1874f2d 0.00 MB 1 0
23,583 23,583 000000007e1977409e8dd21c799a008ff4a88f66de87754ca7170cfd83373d94 0.00 MB 1 0
23,582 23,582 000000007be26ad600e353e95334b478a1a4fca33f13ddfd0250f4097dcc8750 0.00 MB 1 0
23,581 23,581 0000000049146038a9d11649eb961c00ae72331a94c6df96b4ce1cc95ba6ef97 0.00 MB 1 0
23,580 23,580 0000000097cef8f17e12cffb17a0bd8d4c9ba0434483d760faf20027c6895784 0.00 MB 1 0
23,579 23,579 000000004cdd301b84ee0d50810f83db152197f738a10d016b8fb3a5d7d0a348 0.00 MB 1 0
23,578 23,578 0000000087f46ccc6b7ff0bc5a6c69cf995a46f72b3721182375bcd9ed72d04a 0.00 MB 1 0
23,577 23,577 00000000fdb1025512da538a76a19a852cd405963652c462cb18cd6dd36a7294 0.00 MB 1 0
23,576 23,576 00000000a900dd86f6f5a45cea6f2763fbd90892da064b4ad6a2e6f3e7c61ea5 0.00 MB 1 0
23,575 23,575 00000000aae7b3e6c159191f51f86e36b55144f5585922f9446c1df154566551 0.00 MB 1 0
23,574 23,574 00000000abb47298c363e1d984b6259a7914719df48e73cb1b9d69c430482c7d 0.00 MB 1 0
23,573 23,573 000000004fc26d1b021117c4aaf5c5df855bb32bc1777c4c5628840e74f7cf4e 0.00 MB 1 0
23,572 23,572 00000000d85bc8f441a83655634bb5ba8305bf195ff3e032e6ee7da094e3f634 0.00 MB 1 0
23,571 23,571 00000000efb8838523ce39b25bba2d49e9fe8affba1de8be51563d72b119c391 0.00 MB 1 0
23,570 23,570 000000002fb33268e2eaaf2682114cc6b20d3ea5e206532bf86fbff51847e76e 0.00 MB 1 0
23,569 23,569 00000000070f2374cb5d14dd789745dfb65275f7f3f7310c236576a7b3a08a38 0.00 MB 1 0
23,568 23,568 000000004f2de61c8899a98d084a6b0e80d151a7d7781293f02c79cb1ec4c8bc 0.00 MB 1 0
23,567 23,567 000000006473963be53004469266b5aa9543fc0b9a48d097544f1e55a9879504 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.81 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,954.91 GB sent, 106.65 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.