Memory Pool Memory Pool Refreshing

8,243 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (739,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,056 168,056 000000000000027dc7b6159cfb8fede4f811a49c2b2afc6b237c7f468d990a18 0.01 MB 26 71
168,055 168,055 00000000000004fca849632cf041f2f02ec2f308591b92c351736482ddba6d5d 0.01 MB 29 30
168,054 168,054 000000000000075e3837732610ff3f127da916e7f1f29b5c030aad9da30d9e58 0.00 MB 4 78
168,053 168,053 00000000000000bbda9259067659be10a3916687c589c8e7370d8cfda413174a 0.03 MB 107 43
168,052 168,052 0000000000000ad570ea2c3d22dbbf93623d8da366de353d135bdf1a4b83d212 0.00 MB 10 41
168,051 168,051 0000000000000c08a813ba5fd79734006a933ea2d2e686548997c0db7b8a1d71 0.02 MB 37 84
168,050 168,050 000000000000003585a4acaaf7bab6a18ff08c4d15c06e018adb2335d68281ba 0.01 MB 24 9
168,049 168,049 0000000000000a9b8e891c163012ab80ad6c30b0e8617010500643ac151da881 0.00 MB 12 0
168,048 168,048 0000000000000289683c519d60d97b1ce7119d56e905ff481b7ce25c1a6ab2fe 0.00 MB 10 0
168,047 168,047 00000000000009bb1e6a15df6b0cdf22870c3e575eb2b6943802385c34bb3856 0.05 MB 62 107
168,046 168,046 0000000000000bf09ff460691dc9f66dfe33d7b747f9693c3ca46b0c6ab8f361 0.00 MB 6 43
168,045 168,045 0000000000000172838548aebbc6ad4072824b7bb2cff9562be78fca3643007e 0.01 MB 25 23
168,044 168,044 000000000000095f7b881af562c85716d6458a1f87a7090ecee1c78ca769261d 0.01 MB 16 38
168,043 168,043 000000000000062029d228b31bc86275d3c0d2b432d28aea71b0848485074be8 0.00 MB 14 47
168,042 168,042 000000000000016392f3c8d1eb16ff9ddcb546de6c658c733a5d662f2dd4e214 0.03 MB 84 12
168,041 168,041 0000000000000142fa0046b824049fb648e02874e1aa925eabdef69866db6c27 0.03 MB 33 69
168,040 168,040 000000000000062e691d045bfa9537563c24c8b79c212d6825cbf20bedc04bbb 0.04 MB 45 40
168,039 168,039 000000000000048da197cd0b4ed3926041446fcbace735431b154114f13ad6fd 0.05 MB 115 37
168,038 168,038 0000000000000a6e6ec3ada0ffb9b61f4d1b65deb4286504dfba4dd3b5cccd6c 0.00 MB 7 301
168,037 168,037 0000000000000b9975e2bc08cb577b9000f99e7cf6226be4bd59397792e779b9 0.00 MB 10 33
168,036 168,036 0000000000000474d9ac9aedbdd144c7a609cf9b67c444dc98a44f6ff8e06e32 0.02 MB 38 19
Previous 10 blocks ↓
Total Size: 769.03 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,625.43 GB sent, 93.03 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.