Memory Pool Memory Pool Refreshing

9,991 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,407 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (544,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,665 363,665 00000000000000000b0e0f8b197d5097f20bb5532d7dbe20182a9280d30fa654 0.46 MB 894 31
363,664 363,664 00000000000000000de8c22ea6d61c2adabff8e24849bdc3067361350cca78dd 0.42 MB 644 20
363,663 363,663 000000000000000012b41cf32217cbd594b79c730afe7d2cd71d540253880964 0.93 MB 1,039 23
363,662 363,662 0000000000000000066b4ecef158609f76bc6a509c93274317f664a9ba38856b 0.93 MB 2,642 44
363,661 363,661 000000000000000007f889bd2986236dd1d948539a94200b892cd23f193a8703 0.11 MB 109 17
363,660 363,660 00000000000000000230799f9b7c73e9475ce0c4c916e1a96f4e2b11dbcad99a 0.10 MB 123 27
363,659 363,659 000000000000000012c113195d051ce482780c31a2f1252d510485744072d06a 0.98 MB 1,934 33
363,658 363,658 00000000000000000729ba79b9f482130c8e29a0419007e51a3c55eab443c49d 0.20 MB 315 22
363,657 363,657 000000000000000003fc6859645f978943f12f31613e2771e7d2f3f75b54c41d 0.47 MB 791 24
363,656 363,656 000000000000000004375cf315e507bb50cdc22d1b0c1d7a2b5a932114710f0f 0.15 MB 266 21
363,655 363,655 0000000000000000004bb0e1cf9f19939e6301b67e7185816431c65d53decf89 0.36 MB 649 28
363,654 363,654 0000000000000000029132aca295e2e12351e2b8bb07c010c344e019b151300a 0.97 MB 2,106 31
363,653 363,653 00000000000000000f3405fa82d3e96a90ce28429cab12c37f9f3f6280f92510 0.75 MB 2,091 43
363,652 363,652 00000000000000000544c3798cc777de2be263aadd239d58e2be5dba56d346e6 0.82 MB 1,707 29
363,651 363,651 00000000000000000329110fac5ccba82643135f5083116707b5caa784ccbb34 0.75 MB 1,733 38
363,650 363,650 00000000000000000554cdb3efcc527cf359d9f44feb74ceb6759511f182e022 0.17 MB 252 21
363,649 363,649 000000000000000011d3f73d45370e7497116784316b2ce29d66a65ca877908c 0.76 MB 1,439 27
363,648 363,648 0000000000000000125421a2191188d5b06c8ef838e74a86a2411e876ff38704 0.23 MB 437 30
363,647 363,647 000000000000000009358839ff22619e5bb94f98e259dbf0ff1acf0d8086bbfd 0.40 MB 343 14
363,646 363,646 000000000000000012ff3f3741d38e93e54433c57c74aa422fc6037db21eff24 0.75 MB 1,324 23
363,645 363,645 000000000000000003484462493ea05ccf0ae5f085ad23a850e736c985123229 0.75 MB 1,183 29
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.