Memory Pool Memory Pool Refreshing

2,475 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,649 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 2,465 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,648 (821,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,137 87,137 00000000000428855903b03b230f54fccd4b06cdc5740166406cfcb9ee47b7ef 0.00 MB 2 0
87,136 87,136 0000000000116fb72b789297af3e80827890272cfa1d9607c628d03c94bf05bf 0.00 MB 4 0
87,135 87,135 0000000000116885dd1ba62f7c95ee0518e689e5236b20b327cd5e2bf700e940 0.00 MB 2 0
87,134 87,134 00000000001c54d94a5e675f53a28d214e209766a95c8d80e153c0a7a59acdc2 0.00 MB 3 0
87,133 87,133 00000000001db1bac9e3de8feb32107d457f16319392ded90fc6e5c77f21369e 0.00 MB 3 0
87,132 87,132 000000000016df04926445ed678f2c93858cdf51e50d79b822d724a5781a4d2f 0.00 MB 2 0
87,131 87,131 0000000000050849d4869ef549c271151922f4c1fd1499e8951afc574a7c22c1 0.00 MB 3 0
87,130 87,130 0000000000037d274f3da78a57c22a68a987139879c45d35e997d4369519c1c4 0.00 MB 1 0
87,129 87,129 0000000000039339a80cc31e2d4d7e189b1a5bb21373febc38bb7d944f3c44de 0.00 MB 1 0
87,128 87,128 00000000001bf233a88dd6f75618cb271d738de154efff993e56910cd1881a65 0.00 MB 1 0
87,127 87,127 00000000000bdf8ea8638f6b65a65055c3637292ef9d71bf5f91d9084ebf605b 0.00 MB 3 0
87,126 87,126 00000000001280f36da1fcd4e1978407812494e4b889289978ea94d297576657 0.00 MB 2 0
87,125 87,125 000000000003f7c839c0ae7e15fa83ef27965a2eefd21ae1f58151337bec081f 0.00 MB 3 0
87,124 87,124 000000000012b8a73a996a6cf028f052e585b6e1555d20c3251fc9ee56eeb340 0.00 MB 3 0
87,123 87,123 000000000014b068ad88c5ebf463a1cad283033243a3aacfe6effb3d0a3722ca 0.00 MB 1 0
87,122 87,122 000000000012868f786fa7a7c4320d852055bbaf29a9236d5eb4f16846af4668 0.00 MB 1 0
87,121 87,121 00000000001b54ab237ad41bf21538168d326086a887ebb495a3d6c92ef8e45a 0.00 MB 4 0
87,120 87,120 00000000001ccb5d03fae6be6e371fc7ec8bc1dc208492523314ac1eb855b522 0.00 MB 5 0
87,119 87,119 00000000000de4d0f6daf4bd1e022c6325c53e5d1aaee1aa3f56e0241105a3a7 0.00 MB 10 0
87,118 87,118 00000000000061aa80dfe4ec58373001580126b1ff783516ded101da70d3dc81 0.00 MB 1 0
87,117 87,117 00000000000710a84ab3b508a323a9c9cff4caa3374265eca6aa9697170f899e 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.42 GB sent, 101.44 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.