Memory Pool Memory Pool Refreshing

5,524 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (639,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,575 268,575 00000000000000074fca25748386ff0d0de3707b65f1bec49ccc9c9f83ca4d8f 0.08 MB 194 83
268,574 268,574 0000000000000005291972d4ffa55c7b1302b53463fa39dcbaa19d0d15949b3e 0.56 MB 1,177 76
268,573 268,573 0000000000000003e6da780c6fd383fd992267e4cd829a5f8880048eece255a4 0.05 MB 101 32
268,572 268,572 0000000000000003a981c75ed147c691be21b203a6a5b9f383dbc5c8feee1369 0.04 MB 84 18
268,571 268,571 0000000000000004babbf8780b087e430b1b96af023d473620a016314e8e77d1 0.10 MB 207 40
268,570 268,570 00000000000000018260fb5301a705c444b4ea8dad15cdff588933b7d3586e7a 0.04 MB 89 30
268,569 268,569 0000000000000003d31d4883433aa36dbc04dde24240c5b0a1c2d4433260e112 0.36 MB 401 38
268,568 268,568 000000000000000549e51f9577eabfa88643b13759cb13e8a30e394d32b881c6 0.50 MB 755 34
268,567 268,567 0000000000000004b5916721388de1d48fa49d633b19f5e3dedf7716ac9a2dd5 0.25 MB 413 14,745
268,566 268,566 0000000000000004c4bc9144cb1db1087aa81d1eb1286e66175e8ad59d49e769 0.25 MB 741 103
268,565 268,565 00000000000000062954fa4fc700336ec8a542d5f1f6db122ecbd55b77b57184 0.25 MB 395 101
268,564 268,564 0000000000000003318495ee3fbbdec81b6740c80b052c47d5adee18ff06e5af 0.25 MB 449 209
268,563 268,563 00000000000000025bbafede54544fa0ca046f76390ed85d5bc19388be88cf0c 0.25 MB 535 101
268,562 268,562 0000000000000000d3cf8ae1c505a9e05d25834fac09d06e5c3eb69ed0a53d0c 0.18 MB 301 164
268,561 268,561 000000000000000169d7fa48c89a14999775e662ced5290d61a609b55676cb28 0.90 MB 1,885 66
268,560 268,560 0000000000000000902517ab3fa3ee2255ece75dbf49ecd7cda61870cfa02ce4 0.25 MB 610 146
268,559 268,559 0000000000000006a97ac58df826dcc5487d6fa040bd8a97dbbfad9567028ccc 0.25 MB 526 83
268,558 268,558 0000000000000003a5252d58e63426fea6ba7b7d1470767e795042a4d2b14bf8 0.20 MB 430 81
268,557 268,557 000000000000000088c7459279e3be920de2900237bef520e5ecd52ba066cf6f 0.33 MB 412 69
268,556 268,556 00000000000000085c1f7cf36cf22ea104e95390523b79a6d990b0ffff46d2a9 0.31 MB 471 76
268,555 268,555 000000000000000234b9af42cdea480b75eaa0ed8c418c8290e9ba116bd0cbd9 0.24 MB 435 35
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.