Memory Pool Memory Pool Refreshing

1,853 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,845 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (113,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
794,482 794,482 00000000000000000001dae1b846b8e207fb56c87c4d8ba2033442a64b81f4d4 1.62 MB 3,205 41
794,481 794,481 00000000000000000002644abfce699367b118ccb5647a7ef3b2e356033580ea 1.54 MB 2,798 37
794,480 794,480 000000000000000000045b3ce55b47e1086fbcfb007f8f8dd56eda3070dc05bf 1.65 MB 3,038 55
794,479 794,479 00000000000000000002992d011b215a7952d4b90c0513106e2fb66b0614722a 1.88 MB 2,409 24
794,478 794,478 000000000000000000009edad5d32af2afbf89a05ce4daf297fc1e961acf945c 1.61 MB 2,562 39
794,477 794,477 00000000000000000001668a357a0e9433b58aa5ab6ea336d78a590e264c3b29 1.63 MB 2,257 30
794,476 794,476 000000000000000000054346fa0362512b32a2ca37817b47cdf24560d9abfed2 1.76 MB 3,165 38
794,475 794,475 00000000000000000001b6de00fcd8ecdf7db92dac5ce3f7330d985937dde9ef 1.69 MB 3,300 42
794,474 794,474 00000000000000000003770af1f9554ade7c2481f36bad2cca61931d46a32669 1.75 MB 3,075 36
794,473 794,473 00000000000000000002a7b66a599d17893cb312a8ee7bc15e4015ff52774f00 1.63 MB 2,840 41
794,472 794,472 00000000000000000000b67b10c1cb6bed764bacb224e85c116edf803269c263 1.79 MB 3,610 38
794,471 794,471 00000000000000000004351da7608b0fc8405193b3eb2baee5d1b721e3fd97b7 1.63 MB 2,848 39
794,470 794,470 00000000000000000002064c61fada8bc7ad8d23aec3f8e4e932a947b19b2a72 1.94 MB 3,185 49
794,469 794,469 0000000000000000000326291b22585e29375c34958011edf99e2df19faa8b12 1.76 MB 3,123 59
794,468 794,468 00000000000000000002eef03a6526664de99c6dead9b4638c3d0c84a11e6030 1.65 MB 3,028 61
794,467 794,467 0000000000000000000292f1ed698fbc827f327b6f469da5061160b855ca2428 2.35 MB 2,290 15
794,466 794,466 00000000000000000000db991bcfac240810b22e054bee82305373f366881f72 2.09 MB 3,059 24
794,465 794,465 000000000000000000017b9853ee0ba881839fad59e47c5c547a50d9b82a173e 1.72 MB 3,200 43
794,464 794,464 00000000000000000005348fd07c86b4a9cbad2efb6e052e28795e9d29bee55e 1.97 MB 2,292 19
794,463 794,463 000000000000000000022c5ffa29f6f1c933c1a20b434971459fa36f9afd743b 2.07 MB 1,977 46
794,462 794,462 00000000000000000002702f283e53942c1c52d64b2f8ddc118ee8b962a34f2c 1.99 MB 2,474 11
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.