Memory Pool Memory Pool Refreshing

9,156 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (775,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,024 132,024 00000000000004cab5b07786971c2264620fcf1bd13bfec60df355a46db9d749 0.00 MB 8 1,109
132,023 132,023 0000000000000084ed25f9ade6778b13da4c4d619ac39b04bec6875b19998279 0.00 MB 9 829
132,022 132,022 000000000000034d36edf5ad6f0f751ca87d671c46bd3ac475c2d68c7051ad3a 0.01 MB 15 89
132,021 132,021 0000000000000454ac02d6858f85fd84c0da25e35255c8ef95b77f055dd1d1b8 0.01 MB 23 791
132,020 132,020 0000000000000e2b3e040308a41fcc6b55d1a148b9b02b48f72ac27e856aa694 0.02 MB 24 612
132,019 132,019 0000000000000244ffa02ceeec55d8574a889d46dc601a0cee9ed52f31760b93 0.01 MB 36 536
132,018 132,018 00000000000006c2180f4b5abfec88c491dd823afbe1aba9604a8cc71ed6e53d 0.01 MB 33 596
132,017 132,017 00000000000007f35dcb1ad014339a689992b2362c2c41805f3dee88de219f55 0.01 MB 49 246
132,016 132,016 000000000000095ae14f0fc331374e15ca74c01954e8a59c573a614cc99898b3 0.00 MB 12 0
132,015 132,015 0000000000000114303dd5bc9c3ebd0c4c7a47c1bd01e6fc8b213e2833c0b488 0.03 MB 65 552
132,014 132,014 00000000000011c82d680b19c8816ffc9f6295665d98b73dc232068642ee11e4 0.02 MB 61 282
132,013 132,013 0000000000000a5022366efc939c197f70867ee00e2602c51e5b694c9a47742e 0.02 MB 65 284
132,012 132,012 000000000000044d52069fc5ddbcb85345fa352e88ceacb4e27342417eb96e0a 0.01 MB 37 718
132,011 132,011 000000000000022bc895a75bc7521a26c9e699472151069e14f415989c0acb55 0.02 MB 43 585
132,010 132,010 0000000000000c2064964961befcd6f0c2fa0f2a8cb5ecee29fb1a2d5b895082 0.01 MB 21 1,185
132,009 132,009 000000000000006af5963b926a21d863358077d54e6710e811b7cc6b54d6e42f 0.01 MB 33 22,398
132,008 132,008 00000000000010ca5ab06932ee80cca03c9a5d471303ce837130063592146678 0.00 MB 9 553
132,007 132,007 0000000000000bf81df6c7beeb3fb574bfb26fb4060b3510396dc6a1dfbd84a3 0.00 MB 13 276
132,006 132,006 00000000000007e84954628706b032b10797d29a03491a84ad21f71480f06e3a 0.00 MB 15 1,611
132,005 132,005 00000000000007f141d7676a8d7b2fd974170630cb1d7a1b60e5e63585a9def8 0.01 MB 17 224
132,004 132,004 00000000000006db6e6e828ff96f0a7ee5b0c33cb8563e49f5fce9a8aff5606b 0.02 MB 49 588
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.38 GB sent, 92.72 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.