Memory Pool Memory Pool Refreshing

640 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 621 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (462,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
445,663 445,663 0000000000000000003ecfb1e26a9715d12f5d168e206c25811c557ce3cf9bec 1.00 MB 2,237 74
445,662 445,662 000000000000000002682ace7b207f4a0c5bea90dc3c20435a46ea3a24337393 1.00 MB 2,915 86
445,661 445,661 000000000000000002a91222d7f53a6a4254004aa6b74f172f8f2c72d5a80721 1.00 MB 2,485 78
445,660 445,660 0000000000000000027058c7fa09c0ee89624ee42d416909d86debc8ab19f659 1.00 MB 2,254 67
445,659 445,659 0000000000000000035fc266e6c95937c67da852f2ec07326551efd4796c419f 1.00 MB 3,263 72
445,658 445,658 00000000000000000118650dd5a3963bd2bc9bccedff10c4fadba8ce04a81c19 1.00 MB 2,440 99
445,657 445,657 000000000000000001098a8ff394de8d8327c19fc246bb8fc34d8c315f76cb2a 1.00 MB 2,705 84
445,656 445,656 0000000000000000006a9600e59a51a98316c657fc4c3b018e844b062b3eb3ca 1.00 MB 2,333 66
445,655 445,655 000000000000000000e32ff6cdb4770de1c57a6339309551f6835ae7160ef5e8 1.00 MB 2,695 76
445,654 445,654 0000000000000000021524fc0fa30ae0b5a96618677f292c0e2ee6851937c461 1.00 MB 1,794 102
445,653 445,653 00000000000000000253ad1e597a701593fe85f9aa11a3f26d8ef0d8ca0b1551 1.00 MB 1,893 105
445,652 445,652 00000000000000000369a9cb4ee725e64be45ef8fd0f7c6b0a62eb2997c129ac 1.00 MB 2,493 72
445,651 445,651 00000000000000000013652a210962a5a8523a4a8b0022283144352ec5c2042c 1.00 MB 2,950 106
445,650 445,650 000000000000000000c570ea32cc66637fc6dbc20b4d032726b0a83fa75df37e 1.00 MB 2,446 77
445,649 445,649 0000000000000000004e731a3bfd85ff0488118617047cf3a33241f8cea0b5da 1.00 MB 1,639 103
445,648 445,648 000000000000000000ecb6b5ac2506c2b96d5a2085c6ec433eaee743209461d7 1.00 MB 982 104
445,647 445,647 000000000000000001abdfcbbffd7c398d7b3ab6a62401bd535feb85f9b5c4ed 1.00 MB 1,466 83
445,646 445,646 00000000000000000371c66b04b316a5730581ce7dfe3089a6e4aebc3518e22a 1.00 MB 2,393 100
445,645 445,645 0000000000000000029a9a237763ad3c30c2fdb483d6c13f28003a3cd9d0cd09 0.20 MB 363 77
445,644 445,644 000000000000000001b4680c415a317c8bf9d950e044e41606ce5de592776b32 1.00 MB 772 25
445,643 445,643 0000000000000000009ae12104bd14848f3db737a80b115ae16116dbb721ecab 1.00 MB 1,532 43
Previous 10 blocks ↓
Total Size: 769.15 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.65 GB sent, 93.64 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.