Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,761 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 1,049 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,760 (13,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,523 894,523 00000000000000000000eb090742a13d648fbe95a41811b3f5a00a0d16574df0 1.53 MB 3,178 3
894,522 894,522 0000000000000000000025c238fac4446440d5cb197651f0775ff738aa6c3e1a 1.60 MB 3,429 2
894,521 894,521 000000000000000000020fc9086e64047f4a9537169a4cd1ce31e30be62c1ec2 1.15 MB 778 2
894,520 894,520 00000000000000000001709f6e59dc93ee79877be5a4348f9dde5f7ec04aa0de 1.67 MB 3,017 3
894,519 894,519 0000000000000000000061475bb2da90c8689d7624c752ff8de617e5aa35053d 1.44 MB 2,701 4
894,518 894,518 00000000000000000001acefbb61249231a4f47e8857e6a7582471d365d7453f 1.67 MB 3,407 3
894,517 894,517 00000000000000000000909cbc6606e2e971bcc4e16b031b53a71c5448432447 1.62 MB 3,815 7
894,516 894,516 00000000000000000000ec2190e02b84339ff0284294201191a7d13161feee58 1.47 MB 2,933 3
894,515 894,515 00000000000000000000fcc85aede197963628974560a17ebba5f5fd8676597f 1.67 MB 3,179 2
894,514 894,514 00000000000000000001da2dd55cb32f1d2b03d5b80a393c510646107d64a1aa 1.50 MB 2,316 3
894,513 894,513 000000000000000000005439802605adf3f1b458a24d106592d256b9e8d3618f 1.55 MB 3,868 6
894,512 894,512 00000000000000000000059486b33370da52c5aa60a2a2ea01b5abb904bd8632 1.74 MB 4,099 2
894,511 894,511 000000000000000000021521f936b0a50eafdb9558246c11bddc4e7062b97464 1.56 MB 4,905 2
894,510 894,510 0000000000000000000128f3e201661cb2661bf9a2d8439d340bbcd3b3b878ec 1.53 MB 4,304 2
894,509 894,509 00000000000000000001b89811d262c71432f5c069bb0485a2796584f71ad96f 1.49 MB 1,716 2
894,508 894,508 0000000000000000000223797cf95411fdfdf93b254f3c860db59e5a371656df 1.57 MB 3,457 8
894,507 894,507 00000000000000000002075f3b10362ce119795a3b343c86d8e78a591067212a 1.74 MB 5,064 1
894,506 894,506 00000000000000000001f5999bef6040e7cb838f28f5c68dfb0fcb9962cd6929 1.55 MB 3,591 3
894,505 894,505 000000000000000000022bc656f1d3d0ba03ea8ce65e4d2b5d6f47de3e6f64bd 1.61 MB 4,220 3
894,504 894,504 00000000000000000001298338c9dba1ed5a73e1033659a9de25884c6d6b916c 1.54 MB 2,873 4
894,503 894,503 0000000000000000000198286946041fa85e018433d2ae0f0cf9e026940e99b2 1.95 MB 3,212 2
Previous 10 blocks ↓
Total Size: 769.09 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,628.50 GB sent, 93.37 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.