Memory Pool Memory Pool Refreshing

6,356 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,725 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (8,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,235 899,235 0000000000000000000084a4a3d3534c55fb2a009a3d3d4df116eea667aeec6b 1.05 MB 1,918 2
899,234 899,234 0000000000000000000025c8bee64e5aab96de6020f9253bde2d2ea3ea7152bb 0.07 MB 57 1
899,233 899,233 0000000000000000000169d8d11bc881d2082a6a2167ec752c85b522adb70c55 0.96 MB 1,766 2
899,232 899,232 000000000000000000022e2051d047cad37cf4481606013b99dc9277f01e38de 0.74 MB 1,424 2
899,231 899,231 00000000000000000001e263c33bd1a6dd6be3f280f814bd97a928f3a241e5e3 1.40 MB 2,252 2
899,230 899,230 00000000000000000001b22715a2e9b9b92b9a8da904d7f534e421f0bdcc053a 0.71 MB 1,355 1
899,229 899,229 00000000000000000000e1592158e893a2a1b4024d081a54d4ff950499d55e57 1.65 MB 2,043 1
899,228 899,228 000000000000000000015e3c04f161990cc355492a920e0a2e6b5f373713a7db 1.33 MB 1,845 2
899,227 899,227 00000000000000000002090434cc11c0acd66e2f067a3b7b75dccce2e1ec2bf1 1.56 MB 4,133 4
899,226 899,226 00000000000000000000eb762359f669dff19af0e4da4ae836e74e145b89139e 1.32 MB 1,853 2
899,225 899,225 00000000000000000001a0b99df18e23a8f52c6c2df94971f8ba4b1dd51c7d46 1.26 MB 2,580 2
899,224 899,224 00000000000000000001a474c35953308d0fa7e318aa60fe1827841e9e73d4dd 1.48 MB 2,542 3
899,223 899,223 000000000000000000022ac763af140ad1e5ae1fc6607fab6f1030956a329af9 0.27 MB 495 3
899,222 899,222 0000000000000000000114f602a8e4651c5eb7154320ddf9f4e11b62d61a20fc 1.18 MB 2,848 2
899,221 899,221 000000000000000000020b83107115ff5c682bd5c4467cb13fb765aa3c3e357d 1.45 MB 2,862 3
899,220 899,220 00000000000000000000e42275e90914b3dbe244599d357c8041a087adef4af9 1.12 MB 2,360 2
899,219 899,219 000000000000000000001e9dcd8867f19060caa4cfd3ef44f76355ea4831e7bb 1.36 MB 1,573 1
899,218 899,218 000000000000000000000ec0d5c59754523dd8ad23746bb16f0f79149777eca0 1.33 MB 2,072 2
899,217 899,217 00000000000000000000c5749935d98885e0cdefb02719d4a5a68263703028b8 1.51 MB 3,513 4
899,216 899,216 00000000000000000000d6092fb53d9a522002f04352bbbf4d123977484dcdcd 0.93 MB 1,550 2
899,215 899,215 0000000000000000000163244f9423d6d3211e3d4f2facc06b42b124f2b19ee8 0.17 MB 478 2
Previous 10 blocks ↓
Total Size: 769.26 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.21 GB sent, 94.20 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.