Memory Pool Memory Pool Refreshing

857 transactions
0.25 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 841 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (9,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,707 898,707 00000000000000000000c11b7bb176bf29a00cc3d0492923923eb9713821d1b7 1.70 MB 3,875 1
898,706 898,706 00000000000000000001fd1d9540f2d7a95a3c01aaa35d7dee5291c990c3b963 1.87 MB 1,084 1
898,705 898,705 000000000000000000008d4bb4b5f1059654a413f37403b6b5d7811ad2891f89 1.61 MB 3,275 2
898,704 898,704 00000000000000000000d5c6af697626f238e879ac6cc822b7f7672a59d94f58 1.57 MB 3,052 3
898,703 898,703 000000000000000000012b697c26626fa766bd113397263aebec6cfa5fb4f47e 1.93 MB 802 1
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
Previous 10 blocks ↓
Total Size: 769.28 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,635.53 GB sent, 94.31 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.