Memory Pool Memory Pool Refreshing

9,871 transactions
4.56 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,092 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (625,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,676 282,676 0000000000000001a32aefe68042b1fc26d97d540a676d3e869ccc65a5581457 0.35 MB 530 34
282,675 282,675 000000000000000158b93c8685bf5cc4cc2ab5ebbbefe583199ff1f8b21bfb05 0.01 MB 24 29
282,674 282,674 000000000000000125d01fe620653bd078eb239e0038187ddb91ec309c7b4284 0.06 MB 68 36
282,673 282,673 0000000000000000f5da9600be933a06232529a066f3e75015dcb9b9e19d1baa 0.25 MB 410 43
282,672 282,672 0000000000000000a4cf7b1c04837b4bfbb34b3dcee48af5ba00ac117d1fb611 0.12 MB 170 33
282,671 282,671 000000000000000070d40addbfcfe7451ffe7843456943323940b8e5e3a10d95 0.24 MB 298 45
282,670 282,670 00000000000000016a2a0c0f086f8cb2bc9568fc90285d6e79e1ae2406cf90ae 0.11 MB 75 16
282,669 282,669 000000000000000066e2109da1021aaa9b6a2929de5db9e87e933897233cf35f 0.35 MB 372 14
282,668 282,668 0000000000000001a7d6cead8e11b11f4b2a4de85ad2dd17edfdfb66dcf10830 0.25 MB 511 32
282,667 282,667 00000000000000004fcfce29f7fb561213597ab0d51686d18c7cc26d32546fcf 0.25 MB 581 41
282,666 282,666 00000000000000002858b8adb388c5309a08359ba445e3206e542cbf55f7186f 0.25 MB 785 73
282,665 282,665 0000000000000001a1f1caf1723292c7bbdef24f4d5a778da91c0f966499306e 0.25 MB 452 33
282,664 282,664 0000000000000001a1e6b8183a0ad4b7fc525337b84c03eea1755464beb781fb 0.05 MB 123 126
282,663 282,663 000000000000000164d1dec0543bd33f1a9c720410b5cfcffe649d6ecd021b0d 0.24 MB 390 33
282,662 282,662 0000000000000001ab67e509c46ae427c6817abb6f66d86837a7ba8f165edfd0 0.25 MB 459 57
282,661 282,661 000000000000000009b835cc06ae9141ccbd3744ce280ca29751b282899666ac 0.06 MB 52 8
282,660 282,660 00000000000000006ddf49316ec741ffe3425f83b318a0b816aa1d3cb2eee34f 0.34 MB 471 32
282,659 282,659 0000000000000001d6032bdc5e24fdbd53a1d3aeb3afe8b1601650243d502a4b 0.05 MB 78 28
282,658 282,658 00000000000000010696b57588b61547b304d50c028ac8a99d91f01e0dafca9d 0.22 MB 355 33
282,657 282,657 00000000000000013a48a62661a299ef27f0eb58e0d1bdb20f1686c1e51d3466 0.83 MB 944 30
282,656 282,656 0000000000000000d9dfab2bc11cf110b8cff5295b5c79b4b2e478e736c06dba 0.05 MB 27 52
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.67 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.