Memory Pool Memory Pool Refreshing

7,144 transactions
2.35 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,844 (630,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,329 277,329 000000000000000195087e56852ca12191fe5b60e31ad02a6e0b8eacc107d808 0.12 MB 130 20
277,328 277,328 0000000000000002247a99d21c60b6fe00e743b94ede8436bc2d2c9e2e633f62 0.25 MB 685 62
277,327 277,327 0000000000000001bccc8cf5a7880e9a16d06820da5dca2fcd78e6ddeb6fc833 0.09 MB 235 60
277,326 277,326 0000000000000001cc3b3d94cedd08403c4900b0e1664d6d449d04c7caeb6d99 0.38 MB 475 25
277,325 277,325 0000000000000003860ba9ab808e44cb07bd742a8c1d0c5571ca75f1aad30952 0.25 MB 457 35
277,324 277,324 0000000000000001f02224fda80d012ac75ae8cee44741c44cab08e0c931cde2 0.41 MB 489 17
277,323 277,323 00000000000000032c473864f7ac026e173575034168c7e31833c92e2bdc4719 0.25 MB 666 81
277,322 277,322 0000000000000000c71c95b3e86fb22b10488bc9eaa0833d4a26a7bf8f65707e 0.50 MB 881 28
277,321 277,321 0000000000000000f9cf60291158612ff11695f7802af16fe680383c41f1b252 0.25 MB 761 100
277,320 277,320 000000000000000329ebf9211ede2493256f005902301dc80fc8afaffb52f083 0.03 MB 49 35
277,319 277,319 00000000000000033a283d518d3710db2cd51adbf29884208b3a0af03799613f 0.05 MB 99 20
277,318 277,318 000000000000000221b806dc42f784a70c3234511c91e1c8291cb0d91365bb5c 0.15 MB 272 50
277,317 277,317 000000000000000010236c269dd6ed714dd5db39d36b33959079d78dfd431ba7 0.28 MB 643 61
277,316 277,316 0000000000000001b6b9a13b095e96db41c4a928b97ef2d944a9b31b2cc7bdc4 0.22 MB 419 41
277,315 277,315 0000000000000002a7bbd25a417c0374cc55261021e8a9ca74442b01284f0569 0.04 MB 40 11
277,314 277,314 00000000000000027e7ba6fe7bad39faf3b5a83daed765f05f7d1b71a1632249 0.12 MB 281 46
277,313 277,313 00000000000000038388d97cc6f2c1dfe116c5e879330232f3bff1c645920bdf 0.15 MB 376 55
277,312 277,312 00000000000000015f7a8443e161019997ede75fe3a2bf9e353585eb09161c7d 0.00 MB 15 40
277,311 277,311 000000000000000295c74eae7d2e8e02b3097454318348e1cc8b9cf6aef15cd9 0.09 MB 187 43
277,310 277,310 00000000000000019231c58ced75eb097d1646da07c8e6dd1e1f374462cc4be2 0.22 MB 498 65
277,309 277,309 0000000000000002a42f96b4898cd992abc7aeeb6f71067ea0d0b393e50470ed 0.16 MB 285 47
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.