Memory Pool Memory Pool Refreshing

6,556 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,687 (720,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,639 187,639 00000000000008f84ceb274a2ded2e788e113c8f47383c8d36ae894d0aaf73a7 0.16 MB 359 135
187,638 187,638 0000000000000600e86e6a01d036282b0b09798afe5e59a78d111d14760a6013 0.25 MB 380 104
187,637 187,637 00000000000004bc083018fba96188a293cddebd6d8d2b3067a5dd22ca4fed54 0.12 MB 247 117
187,636 187,636 000000000000089f468b640860862945a0ee994821c143aa5f5949b556d56411 0.03 MB 57 81
187,635 187,635 000000000000018275f4edd6ae7cb74b3f61711e11772e551dcb3a7595fb93d0 0.04 MB 133 87
187,634 187,634 00000000000005f08f63fa9cda33a7fa9a8a059c96b772d21caa3c3cdacae161 0.18 MB 481 254
187,633 187,633 000000000000028ab986076e47a79cf2da87bcd9855ba30ebaad62c7f0154ca4 0.12 MB 266 117
187,632 187,632 0000000000000581bdfae99887bc02d0372b3f556d0a2a47af5f4069e0a0095d 0.20 MB 454 142
187,631 187,631 0000000000000582ca20bb903edc1491372e7d5884be0c56d0c3cb1464a2c1df 0.04 MB 128 437
187,630 187,630 000000000000009dd06895d5cef06a37866d64102c55c6fb5740ca4b77d5d426 0.03 MB 88 75
187,629 187,629 000000000000010b913bd4bbb7c0fca3430c201e26c33247945e2c66928bdac1 0.06 MB 130 119
187,628 187,628 0000000000000437e92c9a2a851175358bdcb1248b4decb88da51cd78c6b643b 0.02 MB 16 64
187,627 187,627 00000000000000cf4275c7964e6db4c61239421d361fcc34e07ad5e3bd7aed4d 0.10 MB 288 136
187,626 187,626 000000000000070775fece578ee12e9ec8dbd996cfe10b32a655381c667d2870 0.02 MB 59 58
187,625 187,625 000000000000029fbfa2951f0c1be4afa2432f9dc3b2c891ef84eaac3d136647 0.01 MB 32 0
187,624 187,624 00000000000006b07f79d393d8ca4905a540a9571fe7843a4acaeaac83a4921c 0.08 MB 256 211
187,623 187,623 00000000000009236c06984456998dbbf028c81587fd65902d4daba659bb6e8c 0.05 MB 167 80
187,622 187,622 00000000000000f382565a53b4b303327ce4e44e28c48dcc1b8772c523d087bc 0.05 MB 112 82
187,621 187,621 00000000000003023c4d9a6b451ad57c324bf887344422bca3f41e7a1cc45d96 0.07 MB 122 86
187,620 187,620 00000000000004a2322a86123d79e2d1be84021052c7c7e548b3b58752616342 0.03 MB 90 161
187,619 187,619 0000000000000377916549dd86b90e1e411da0d333732ff31b8c70d981262e44 0.05 MB 128 130
Previous 10 blocks ↓
Total Size: 768.96 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,615.05 GB sent, 92.61 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.