Memory Pool Memory Pool Refreshing

1,934 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,919 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (9,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,702 898,702 00000000000000000000e392d49fec78457a6a5731a5cca0fb50011fd137d575 1.72 MB 2,120 1
898,701 898,701 000000000000000000015381ef7f89fd2bfe2b7d10b37c026163729a87b187e3 1.22 MB 1,462 3
898,700 898,700 000000000000000000019c6fba8e0e48cf3af91120d3d0e98c24f1e311c12d77 1.56 MB 2,150 4
898,699 898,699 000000000000000000011fb3e2add707b856693f4fe7acba0086c19906d75731 1.63 MB 3,504 5
898,698 898,698 000000000000000000016f113297f6e9d88a0da1142195038b456b107869e616 1.52 MB 4,475 2
898,697 898,697 000000000000000000019331fc37ced55704db400308a7885d05a1364e83fcfc 1.44 MB 3,432 3
898,696 898,696 00000000000000000001f910365b4bbc7bf6fb4edce51b3ba3c5f6e9b9e97aa3 1.68 MB 2,051 1
898,695 898,695 0000000000000000000196b265161e3e8af8b3168f356fb7186c004409c774d0 1.55 MB 5,403 2
898,694 898,694 00000000000000000001edd2d0f8c8476f77986e6d4e2db7b975d04708084c69 1.44 MB 4,380 4
898,693 898,693 00000000000000000000961a203a5d900e8b95d35841c79dcaf73fd1801401b3 1.35 MB 3,512 3
898,692 898,692 0000000000000000000160c7b7e8a7befce737230ec2e8940970bfbb503cc896 1.64 MB 4,000 1
898,691 898,691 0000000000000000000192922dd0516be23f3c45174f65acce80f52fc75ce159 1.45 MB 3,948 3
898,690 898,690 00000000000000000000879d4a5d7efbd787ec7549570f7cd4c756d3b127b613 1.50 MB 3,097 1
898,689 898,689 00000000000000000001b540e1beb2c1e3cebd9740d0eae1dc590a9095c188f6 1.42 MB 2,878 3
898,688 898,688 00000000000000000002070fa2f44885a66f70ac5621f6600261d51c22801859 1.75 MB 3,251 2
898,687 898,687 000000000000000000005623e9f4d529c95853b8eb061ef12c0b3f6271756d09 1.60 MB 2,004 1
898,686 898,686 00000000000000000001cc69d02a63f99ce88b64daf70b5112d6f024f14facaa 1.71 MB 1,912 1
898,685 898,685 00000000000000000001e9038a4b4195948db7c3173971905be7fa8c00f97566 1.62 MB 3,795 1
898,684 898,684 00000000000000000000731c403ca6414154fed666227205ecc7a433e5ee1187 1.46 MB 3,042 3
898,683 898,683 00000000000000000001a5cdfebe8e0b442ea9a4ba9150fa600c9f16ef4a5293 1.75 MB 2,755 1
898,682 898,682 0000000000000000000012ce5652b56232eee3444846a9f656c09c7bade002e4 1.27 MB 982 2
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.64 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.