Memory Pool Memory Pool Refreshing

633 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,104 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 612 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,103 (794,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,552 113,552 0000000000007062d918fc6d36970a45387d6c4d6a77e21724e84793d1dd567d 0.00 MB 8 0
113,551 113,551 000000000000ad8d0a28f609b3ea556573c81459003890c531c49bc533c12182 0.00 MB 8 260
113,550 113,550 000000000000c2c2bb61ae586e8aeba6ffed712e20c81725818f3d27795a9d14 0.00 MB 12 341
113,549 113,549 00000000000077fd1b21484cd6aa176b9eede64c967297d435025f87f790a4b8 0.00 MB 14 0
113,548 113,548 00000000000067243fd2a754dd46b1af847072602fb3a7e50c0d0bcc14c20010 0.00 MB 7 1,369
113,547 113,547 0000000000009bc60700b99c8b8bd0a498e1921cd860f49a18c8273ed2d1d00f 0.00 MB 1 0
113,546 113,546 0000000000001ad6c1962c9baa7354fae3d325f524f747ac2c8099bc584362b8 0.00 MB 14 0
113,545 113,545 000000000000a6726562337b230be5429634aadfe869adb793b9b3f702b8d219 0.00 MB 13 0
113,544 113,544 000000000000b90dfa69eed57b7eb6fc9affb3ca68e542f529261e0ef4122c90 0.03 MB 118 139
113,543 113,543 000000000000d658780382928ac4a258e15dd4d8e57acf3d230f4b6888d4db35 0.00 MB 12 0
113,542 113,542 0000000000005ea01299b3b7e4866922bd49ae5de36d3a9758824b187a77d60b 0.00 MB 10 0
113,541 113,541 000000000000598258721da34a8c2592d81e38d371ebf5836b104a26b1dae3d5 0.00 MB 17 445
113,540 113,540 000000000000caa1d796715f51a3e61161732e7c74430d00f6ac5d10623935e9 0.01 MB 11 276
113,539 113,539 000000000000be7ff0e90e9638b2c661f4974392c947f0938b4baae6fd6e74c1 0.00 MB 13 358
113,538 113,538 000000000000cc938344d42b4b3413aa92dd4d7b1ef03fbba0004cb4a07c4873 0.00 MB 12 0
113,537 113,537 00000000000078929cf467a42b1931e8c5c3e6c44ee9b66c5226f8edbde9f24c 0.02 MB 40 211
113,536 113,536 0000000000003b9ef86b54f8be972ac2b90b781607430e7192ec07a6802a88d0 0.00 MB 1 0
113,535 113,535 00000000000045456e97b317a3256fbb57d0aec9189a211ee0a3154e990a4553 0.00 MB 10 422
113,534 113,534 00000000000090e7f6e7a47753cc3129eae350e13466da17b2029264a04c57d3 0.03 MB 124 31
113,533 113,533 000000000000923e9e40fce08b328ff4fc78cbd85b233fc951c02bbfee3dc12b 0.00 MB 11 0
113,532 113,532 000000000000bf335f89ad82bb707b48caf12dfe0fb68dce98ae9625f12857bb 0.00 MB 10 313
Previous 10 blocks ↓
Total Size: 769.74 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,679.15 GB sent, 96.57 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.