Memory Pool Memory Pool Refreshing

4,796 transactions
1.83 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,932 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (894,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,033 13,033 0000000054fc371d34375c514dd69888884753c51e0b89ae70c9029f8aa6e5d5 0.00 MB 1 0
13,032 13,032 000000005036fa3ef8b5ffe569c7e070591bc7c5bec2c69a31cf1b384ab68c97 0.00 MB 1 0
13,031 13,031 00000000bfeb7bfc217b3734e5ff1e3bb4535ed1b09d6a4cfc28b8c80733ce8e 0.00 MB 1 0
13,030 13,030 00000000bcf94c2a27acf2779865a9ce39e032194829b5fb22f029e673707b5c 0.00 MB 1 0
13,029 13,029 0000000095cccfc12d54e9475408c99e2a43dd26e50ad9ab07dddc28459c1285 0.00 MB 1 0
13,028 13,028 00000000877e599920f2f0bebc22015163efd550a0ba64a93e858fa0bfd39b94 0.00 MB 1 0
13,027 13,027 00000000dc1985f426b5df012463931daf6d4dc5703d622337c51077a8babd6c 0.00 MB 1 0
13,026 13,026 00000000d5fcaf7c8c86efb288b059c81a945197b3a02a625a4fcb756098f724 0.00 MB 1 0
13,025 13,025 00000000208c63f51953401220c2307098d966865565e8deb85551667770a70d 0.00 MB 1 0
13,024 13,024 000000006eed5dc1ff1b672b93221223cd590e1538ff03e17bb59d7185f1fcfb 0.00 MB 1 0
13,023 13,023 000000008fa493549694f4c99530f1a440c7808a9813fe905a8ae07e98ffddcd 0.00 MB 1 0
13,022 13,022 000000005aff2bc0a4e1766e79d240c7dfce2f7622ba379e279038b2630aafba 0.00 MB 1 0
13,021 13,021 000000002c6b005f65f82aa0f6f51377117e4b9efe6a790bcf24bcbe9ae908fc 0.00 MB 1 0
13,020 13,020 00000000a8930d6a9368ce707d560829e91b95eb7156e7ae745cbcbec3b54087 0.00 MB 1 0
13,019 13,019 00000000f4b0ac4c74eb526f4d2417c89a6d15d6dc1603e899df8c7015ab505a 0.00 MB 1 0
13,018 13,018 00000000ed7167216473d80c984a7120155fb9b5655a424d933874f70063a12d 0.00 MB 1 0
13,017 13,017 000000002d7b4a45e2d179335bb79d15b790136875a204a87971ab181eccf578 0.00 MB 1 0
13,016 13,016 000000005cb40ee426a4989cb54b1a3b3a5ce53ed9ca129a3b9d7cac5566d3d1 0.00 MB 1 0
13,015 13,015 000000009b6be3d65f867446e84e830d9fe4d709282a96f399337c8d7bfb7566 0.00 MB 1 0
13,014 13,014 00000000bdc5e123d0e79ee37d9d8602a331c28e668420d545b425b1839c6e49 0.00 MB 1 0
13,013 13,013 00000000704df8892872b38d08e78010973ccfcccef9122d9d3beeefd9660791 0.00 MB 1 0
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.