Memory Pool Memory Pool Refreshing

19,348 transactions
6.19 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,329 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (742,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,450 165,450 00000000000001a75b3eb54e5eb19728a1527b53071f348ccdb68c7a9a651cf4 0.02 MB 56 181
165,449 165,449 0000000000000a3b7263483918979664a47867e72d81e95336467c9973fe23f3 0.03 MB 97 702
165,448 165,448 000000000000001d031458cf331437e8cc876c3c840619e8eb6ecde73360dae8 0.01 MB 17 514
165,447 165,447 0000000000000918b609f0bc6a9a656c8a62fdcdf29a251de11b649d6a783704 0.02 MB 60 109
165,446 165,446 0000000000000b66ce1abced6f28c9ce9a38cd47f6b8f7ce35c2ca82b24542b9 0.03 MB 47 144
165,445 165,445 0000000000000109ccce0cbf16cb9482d16c2fb8131120d62bb2d45bdb002dd3 0.00 MB 1 0
165,444 165,444 0000000000000bb324d7b10e5e6ff5d46a979a046bc94075dd84620a990827d9 0.05 MB 119 23
165,443 165,443 000000000000057e9835bb468e90ff48c963310854f7f80abb115507a8775abb 0.01 MB 26 149
165,442 165,442 000000000000017c5b6e5629e90dfa99092271d81681ccadc59ad4709e8f1c7f 0.01 MB 16 187
165,441 165,441 0000000000000442c333315e0659f01d0bbb1dc1d3d0de47657a3e8b1564d89b 0.01 MB 19 197
165,440 165,440 000000000000060345f9936ac4486a78e644aaf3ecdb8654c5f1815c9b954372 0.01 MB 31 121
165,439 165,439 0000000000000ab9052154923a15032e54ab0f585af02ed3a5944d218acff1bb 0.04 MB 79 97
165,438 165,438 00000000000008f79d56edfe7278522d4a0ced5f1126a075653fae19699adae6 0.02 MB 61 69
165,437 165,437 000000000000059f7d5591e2efd5369993f5818071a8a38d4608f6c73287e248 0.01 MB 16 121
165,436 165,436 0000000000000be971006234e9a631751ab8b63775fd3d4d0d48d81243f57f6c 0.03 MB 66 138
165,435 165,435 00000000000001ae1e9d61ed87cde49c5b5eb93b840b4bfa5253373cbccd62bc 0.02 MB 46 197
165,434 165,434 000000000000088e2d90dfb8e676fb8bd71c7ce57d4b4a263832d1474ea3c297 0.02 MB 37 723
165,433 165,433 0000000000000b483b2444afeebc97b1189ced0ed7c86c641f10aaf7307f2350 0.01 MB 11 53
165,432 165,432 000000000000006a33bb3eccd8b5454d2bd489f4acb972b85e46495091dfdfe5 0.01 MB 20 65
165,431 165,431 000000000000091a8b676cc0bdc9a1b3553b8958f79cd1460e99699536101e72 0.01 MB 7 8
165,430 165,430 00000000000007cb4966a84ab117ab41ca4b90d5b2e3ba2030957013891025c9 0.00 MB 12 67
Previous 10 blocks ↓
Total Size: 769.02 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,624.47 GB sent, 93.00 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.