Memory Pool Memory Pool Refreshing

3,902 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,649 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (721,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,514 186,514 0000000000000221b44604e95c0af136c91c50efcc2e4e48411ef2846bcb50b7 0.01 MB 32 1,407
186,513 186,513 000000000000067b198c0cf2ebbf321d2e5c40950aa4571d90367f7d825dd5b7 0.01 MB 32 196
186,512 186,512 00000000000002868a660894b12a2c13fe819d634bb8e1f49adb8bc16d3d6c47 0.08 MB 212 148
186,511 186,511 00000000000000681a993c47f62fa323dd72b96c9d58313114a4b64c014b9bce 0.13 MB 256 95
186,510 186,510 00000000000009812c1bb66086894dd7804a7617af540728499f3b48c535fb8f 0.02 MB 24 113
186,509 186,509 000000000000095e12e7df3f95fe74d1584b6a7cb3408e590150ea7123f29f61 0.06 MB 132 83
186,508 186,508 000000000000007d37b43b72a221d64c9b9c5d2c0212b15f5cde9766cc05a925 0.02 MB 32 703
186,507 186,507 00000000000009167c3f303409996515c1ba2708f5a83c41977c75e3b0f52bdb 0.07 MB 170 86
186,506 186,506 000000000000078f2baaf30a58ae0f7e0960a4c5aaca70e1c8916c8cb7be5075 0.11 MB 210 99
186,505 186,505 00000000000003778cf5fac2246cf298308f2bcbd1932c3fe20bb799ab4bd6e8 0.00 MB 14 45
186,504 186,504 000000000000037be118f9bc8667cd5e35dc2eb90272c8a877d6dfaa2829a177 0.23 MB 434 114
186,503 186,503 00000000000009744915af1eea9a1d083434426f09615c0c1b840a709b7412de 0.02 MB 60 168
186,502 186,502 00000000000006d2d2980c98eef3cef909506c50671220b0c605398af205a3ea 0.25 MB 167 65
186,501 186,501 000000000000029a8c2051564be5a9375842044904a033349d73d95b91b97e2e 0.05 MB 133 8
186,500 186,500 00000000000007fdde6f714c606fb2dcb791e664c092d1b05d68063b97b4bc11 0.10 MB 307 152
186,499 186,499 00000000000003430e7a28b8de4401d57bf934f339098d4937f83e7cb4bc25e8 0.02 MB 54 27
186,498 186,498 00000000000001c679340d6ed88b7dc6ac04980ac217d842f2e7210f19e6eeff 0.18 MB 256 89
186,497 186,497 000000000000070c6f8a28d874a60b06927185c8513abcf271c96fee24992b44 0.00 MB 12 250
186,496 186,496 00000000000006bb383aacffce3295b7a418ae430b0ae516e5b20aacc273fdec 0.03 MB 43 13
186,495 186,495 00000000000000986b9e84ab73f959cda74668170bdb6a8642f5e52f492eeb6d 0.06 MB 150 65
186,494 186,494 0000000000000411f19eee1cdba3fe1f14b091b20abfc91772d4b21dd837bae1 0.03 MB 68 27
Previous 10 blocks ↓
Total Size: 769.05 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,627.29 GB sent, 93.11 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.