Memory Pool Memory Pool Refreshing

2,283 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,283 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (894,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,408 14,408 0000000012d4880c0d9c5e95bd2866bc92a9350fffbf2bbcb56d076f71dbb1dd 0.00 MB 1 0
14,407 14,407 000000009b92abff5de5afab1d9e0790e9a33547ddbdc09a9b4e9b8c0c27f102 0.00 MB 1 0
14,406 14,406 00000000c8e7c330c6243c7ce965408e25324afa7cc8ae34a5c58c8be4c0a1af 0.00 MB 1 0
14,405 14,405 00000000f84ef0f28ad40798ccd70a90f994e60fe4e15fcd41cf15cd47547699 0.00 MB 1 0
14,404 14,404 00000000a625b68640a09d2d3c24435f3faaf67cde58ede8661a04db7a9313bf 0.00 MB 1 0
14,403 14,403 0000000070f0e4977bc4705bf556c2b757f3a6e43c92734980ad431b3e38b455 0.00 MB 1 0
14,402 14,402 00000000e664ade1501dce9e64a28f6ab97616484fed41e9ad97327394dfdf42 0.00 MB 1 0
14,401 14,401 0000000028e4478dac4ddf81f9344b5534f9d55b78a1f1a531545f1a6c3b3b64 0.00 MB 1 0
14,400 14,400 000000000595a55c095ac3b4558a03a1502b244446347e8d81c1b97b701522bf 0.00 MB 1 0
14,399 14,399 00000000e5dc740adf7009204a13a9b638d57f94ad7f0689476707251dfac478 0.00 MB 1 0
14,398 14,398 00000000573ba0087445451fd7aee7210178db49e7bde83cff56ec0c5a4540db 0.00 MB 1 0
14,397 14,397 00000000bb94873f58fc79cd2ddddc3ec39406fe73cf616cd4ae435035dae4ce 0.00 MB 1 0
14,396 14,396 00000000d3efbfd2ff3e707f395a69553c8c37b12684a78dca604b1f307ba408 0.00 MB 1 0
14,395 14,395 00000000aa065892ca51a0091d92765d10565ae3b60fda0a4c35efca2e37c5eb 0.00 MB 1 0
14,394 14,394 00000000a9e15487716784c0c0f93da40839c529106a27dcba639947092fc678 0.00 MB 1 0
14,393 14,393 00000000773f81efb1a9a51eb774b7b0d83bbfd8c0b4e1ac14a8a6c00a71b7ba 0.00 MB 1 0
14,392 14,392 000000000c83302d8bbc84c35dba0fcc3c171a280acf996c162df70c74a7db8b 0.00 MB 1 0
14,391 14,391 000000002653731659cb82905d61341f37219c2c2d5b6f18122b058e61e514bd 0.00 MB 1 0
14,390 14,390 000000002846e40a9dec4ebf3f260f31ef62e254da9a68b6a8bc66181ba0015d 0.00 MB 1 0
14,389 14,389 00000000816bfa51d37b5c457b77752a5dea320d8f935ad3e35fb1f691fd7c7d 0.00 MB 2 0
14,388 14,388 000000005120a2bfadea5d81aca48271d9e1f3129388ea5f26a8683d519c9953 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.81 GB sent, 101.29 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.