Memory Pool Memory Pool Refreshing

8,412 transactions
3.83 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,075 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (592,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,661 315,661 000000000000000025edc90d5805ffd0703c355dc851a0f7cc2c8f88d74452a8 0.29 MB 530 27
315,660 315,660 000000000000000030d93514e79b6b6aabb6514f7597653a5f6d135f06a5f7e9 0.10 MB 209 30
315,659 315,659 00000000000000002eb528fdf38d3015204e6e55439b0065cb0e3f9a48de42e7 0.04 MB 73 24
315,658 315,658 000000000000000008e417154f81a952af12a0049295a536160a3a19325ad7fa 0.21 MB 409 30
315,657 315,657 00000000000000002d2fee6674ef89a314b46d1b1024162418b93e250b7ff52a 0.27 MB 345 23
315,656 315,656 000000000000000000a0069476c5b281e8df5a74f279c29dacf163d623133ed0 0.00 MB 8 41
315,655 315,655 00000000000000001ec0ffa13023cea66b701a19c365a4b0b10b22f16cc69dee 0.14 MB 279 24
315,654 315,654 0000000000000000079c7ea654b80e1644fb8ef39aafc0fdf67c3e55b0f03ca2 0.70 MB 902 20
315,653 315,653 000000000000000023ecf7649b39f7727dd9094b3fdd4dbe49e692063c78578a 0.75 MB 1,391 26
315,652 315,652 000000000000000018e48aae6cb73379ff38c3a0457a2cae00f519069dc6b4db 0.35 MB 1,072 47
315,651 315,651 000000000000000028a006a755a430c03479ea226784b38a908f523e1467aa1c 0.01 MB 39 22
315,650 315,650 0000000000000000103b6da2d553ab3edcccfdef7f7179ce070818eecc955205 0.22 MB 443 30
315,649 315,649 00000000000000000fa8ed5533f5ea4c849a0ecec5bed89eb38a56f0eff8148b 0.10 MB 212 26
315,648 315,648 00000000000000001005b4122f40d2d54328790a4ebdd7dea468dcebb0531c72 0.43 MB 794 29
315,647 315,647 000000000000000030a627602e55a9015cf91263b6178eb891fb30cab03bf4cc 0.04 MB 47 11
315,646 315,646 0000000000000000226399eb44eba85df2d4ae37afafeaf5e2c2f7a10a6402d7 0.12 MB 148 21
315,645 315,645 00000000000000002e5270e24ad4a1d1836a36db8359bf257f98cbf9a1a220a7 0.32 MB 569 28
315,644 315,644 000000000000000015a920c3a54d05fa497db58a9e0c54c324821e879827c1b7 0.75 MB 1,171 25
315,643 315,643 00000000000000003500635dbc09c016c421a14d2790e8129762e3d3bc3814ce 0.18 MB 265 18
315,642 315,642 00000000000000001603e9ec8412d15bec42d69db64de6aa13b0e19d96e45593 0.09 MB 164 26
315,641 315,641 00000000000000000273757eac84d619de797612891a910bbf67b6a463a20962 0.37 MB 463 20
Previous 10 blocks ↓
Total Size: 769.03 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,624.94 GB sent, 93.01 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.