Memory Pool Memory Pool Refreshing

4,505 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (775,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,142 132,142 00000000000008bdfeaacf0b18416fefb179a57d741e37bf5e22bc260f21232d 0.03 MB 75 366
132,141 132,141 0000000000000775ca679ce405137c569f1bf43e8e7d096b5047d95541079b32 0.00 MB 10 733
132,140 132,140 0000000000000a1fcf18ae7c5146215d1fa60a41ef0121f34b38ef48b320996c 0.05 MB 157 113
132,139 132,139 0000000000000c56dac2a890cd948cb8f22d74c6d69cb8f87fda906b06ade6e6 0.05 MB 168 300
132,138 132,138 0000000000000d7216c9e009e76ddb7aa08419605331d3cdbf3aacd04a6b1574 0.05 MB 130 216
132,137 132,137 00000000000008ad719898eafd561bac91b763c4e19e602b3374516089201094 0.00 MB 12 340
132,136 132,136 0000000000000594c7b77d89df1d21cf0c83e00584bb1de82cdd40cd6d4aac60 0.06 MB 122 586
132,135 132,135 0000000000000a010f3a8bd17c17c030375542e9dc726b3a80fbf44f9658c134 0.01 MB 20 2,463
132,134 132,134 0000000000000559893d4033ad7a6b4bcda5a1eb77039b5d004511e24647de81 0.03 MB 68 299
132,133 132,133 00000000000007d1f29a034296ca908bbe2fedd3b6904ae0c3faa467cfdf74ff 0.05 MB 62 914
132,132 132,132 0000000000000191fe728bd3340463acbf0a5bd85735a386704abea8d76515d6 0.01 MB 18 1,564
132,131 132,131 000000000000032b04cee5fef3bdad4bf998fcb097e24351b47a073bf557b43b 0.05 MB 147 286
132,130 132,130 0000000000000d84c663b50438a1f82adc13904f5665356a3b74c76b7c27ebbc 0.01 MB 37 273
132,129 132,129 000000000000082ad0d7a6c75d98a687337799ba9d7b44317aa1cb93e4e96d64 0.01 MB 21 462
132,128 132,128 000000000000095d7ae27aa6053634883d289fa5664dcc501646a4010a68b8bf 0.01 MB 16 1,018
132,127 132,127 000000000000041206ea5c469b0a05d56447372263acdc0ac19e073b2a4a114b 0.01 MB 26 545
132,126 132,126 000000000000024247c6c8f43b52a3566d999baf1564fa10512bf6c3dcaea811 0.02 MB 43 269
132,125 132,125 00000000000000e5a669a5ec5e53874edf25dec250e2b37a6bdad51126de6b46 0.01 MB 35 842
132,124 132,124 0000000000000013ff73861770a49608be22f99c930b49f73c4978ec59ca0e5c 0.06 MB 137 712
132,123 132,123 0000000000000e8512ee024a475aa3d46bdf813da3efc4db3bcad6983bc8c77a 0.01 MB 21 975
132,122 132,122 00000000000012f8153f1f413f83c05419dabe629e1529ec428400aaa8a593bc 0.00 MB 12 339
Previous 10 blocks ↓
Total Size: 768.98 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,616.50 GB sent, 92.73 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.