Memory Pool Memory Pool Refreshing

10,355 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (54,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,528 853,528 0000000000000000000055df071e3c5a728065bdf6ce399434e2ffee57645981 1.51 MB 6,931 3
853,527 853,527 0000000000000000000333092ebd0d313ce242a5e3920c1628c91567d5b2f662 1.52 MB 6,311 5
853,526 853,526 00000000000000000002e5368466318fac1e648a0fd5af67860a77f63aa43f16 1.31 MB 2,493 4
853,525 853,525 00000000000000000003622c237c3679085fca77d5230d0d4c700264221c2d21 1.66 MB 5,356 5
853,524 853,524 00000000000000000001bf9d4134515853aa169b16c32b94cd6cb8c16ecf7ead 1.58 MB 4,264 10
853,523 853,523 000000000000000000032524b6f80a77d9b4fd6a9fffca423081034b8e9682a7 1.54 MB 5,104 8
853,522 853,522 00000000000000000000caf1f05c7cd097e0364b1d346d8e1f7f780fa7d297d3 1.45 MB 6,282 6
853,521 853,521 000000000000000000007b2937d1eb576fe55fb1df7259a2327ffad9a0ab36cb 1.44 MB 4,001 8
853,520 853,520 000000000000000000036ce38138c76830ccdc0e048325878c6b5ceb31e63df7 1.51 MB 5,194 10
853,519 853,519 0000000000000000000060fa7d59da641fca9def44af53a795420840e5ef7b29 1.46 MB 6,794 6
853,518 853,518 00000000000000000000d8e4feb317ef5a81064a0286869b6d543ce3ad4560b2 1.53 MB 4,844 10
853,517 853,517 00000000000000000001cb2268aa4663c0f04e72de4ea31048cf1c40a3f55857 1.42 MB 6,590 4
853,516 853,516 00000000000000000000d1cf9241c3a9ef84b0883f2f7f7df6aa5cb0330762c9 1.44 MB 6,449 5
853,515 853,515 000000000000000000005e0c09a79274b61b140f328f91344c699d3e354b9c1c 1.49 MB 6,408 6
853,514 853,514 000000000000000000021aa2d4afe62aefc8293afd6a4a1e56040a2a273e2da9 1.53 MB 6,652 4
853,513 853,513 00000000000000000000577f5276e8d47e3eb7d8248bcc8119dd7977f9e083e8 1.59 MB 7,172 5
853,512 853,512 00000000000000000002fcf61659a2a9683470f72b0657b4fb39d0f247c13ce8 1.68 MB 7,069 4
853,511 853,511 00000000000000000002390ea9c48e26a7f40331fba6c9a0c4769329d5e2a261 1.57 MB 7,647 3
853,510 853,510 00000000000000000000bb43337c573a195d7645b9c5adcaea50a2141f1b4fe7 1.56 MB 6,011 4
853,509 853,509 00000000000000000002bb177935da7f154a28a0fc2d17d46b943427af3f610f 1.53 MB 6,336 4
853,508 853,508 000000000000000000018c6fa3d7dc13991cda30b3f356a5561a2c0aec4306bc 1.33 MB 2,955 4
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.