Memory Pool Memory Pool Refreshing

237 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,887 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 239 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,886 (732,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,769 175,769 0000000000000723784b5b957123db9633d5e5e27539ac83b45c21e661ccce91 0.01 MB 17 61
175,768 175,768 000000000000006c1401aa81713a92c97aaed63d0c05ea257c630ea186cc9370 0.01 MB 29 330
175,767 175,767 00000000000004765a3442aee03b41d7abb1c65257c3b39b33c584b1cfbaaded 0.08 MB 85 157
175,766 175,766 000000000000054e55dcb8853f494d5660bb160eae291e5d68b62dccc1a7f2a3 0.01 MB 30 15
175,765 175,765 0000000000000831b428199a96895ecad63a268b3d0bb80d9decdd88c701fa79 0.01 MB 32 173
175,764 175,764 00000000000009cb6628b6cbd803903aea229ce629bc4703b1dc166468e215fe 0.02 MB 79 49
175,763 175,763 00000000000008e09ea8aa85f74bb00afd34cc8de580949644a4dcf9138dec52 0.01 MB 20 241
175,762 175,762 000000000000003bd86ae285cc2a593f306e4261c71a2c3f36386122f83498cb 0.05 MB 126 66
175,761 175,761 00000000000006e9f4c054c73dacf8bf42f2d18e9840cf4fabd42dbacff1da11 0.01 MB 16 276
175,760 175,760 000000000000048e9d6c45f45d93787e9a10bdd96bd57e28c3e13dae6f6f4872 0.05 MB 115 107
175,759 175,759 000000000000017dec087ab42acfe93f4652c2ea93d16360069b892ef1cf1433 0.07 MB 61 81
175,758 175,758 000000000000001d1663112e2c8f1718f5f61cde410e1e9602771cdfd569c6df 0.05 MB 136 45
175,757 175,757 00000000000009506fc7dd9bd0ae20657905ae377c2039552e981bbed2548c3e 0.05 MB 78 85
175,756 175,756 00000000000004b62a4a3db61173c647180c3705b734369b5a20de8f9e3db3ce 0.01 MB 50 7
175,755 175,755 000000000000091a2606ebfd0f7ef8eb1413a163ab67ba028464e3f7c22da24a 0.03 MB 90 97
175,754 175,754 00000000000002747f297dfa88ac040a0715d9dfe8b6a894fa1564e141653091 0.02 MB 32 67
175,753 175,753 00000000000005eeeb1edde90004c54f000e3e55f78f6715a978b9171a875bd4 0.04 MB 110 165
175,752 175,752 00000000000001788be82209d895ffb63fae64fed5e31023fa8783010ecd9202 0.05 MB 135 209
175,751 175,751 0000000000000573f922166938129b2cb83606d9310761ff1362a9bff39a0d32 0.00 MB 1 0
175,750 175,750 000000000000058de066c0240b7299c6a12f59620418eded70f3b4e4059a7d45 0.03 MB 65 61
175,749 175,749 00000000000001eef10c981d645c02fead2fda6b83c5cca13184b7462ed48e8a 0.04 MB 123 74
Previous 10 blocks ↓
Total Size: 769.33 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,643.15 GB sent, 94.60 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.