Memory Pool Memory Pool Refreshing

17,960 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (749,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,465 158,465 000000000000061bad55cecc413d32b7b798b7a14d16581680879d59c4e89f94 0.01 MB 18 128
158,464 158,464 0000000000000ad0a4bd9867fa8d8e1693fca93f836eb95c8a5e72d057153f47 0.01 MB 8 17
158,463 158,463 0000000000000902ffcc7c303a21f7875c981bb5f9682c761714a5cdf16922fc 0.00 MB 1 0
158,462 158,462 0000000000000313e79da7e63ffe5d6059660f9001e7e4db59ec3b1725297f37 0.04 MB 101 10
158,461 158,461 0000000000000c7907622bd7e174d6c85f1ddc50fcb13ffbf0488cb584a65af6 0.05 MB 130 144
158,460 158,460 000000000000003ce63c6fb16bda2b502e6c9164646552d3afb47b1c13c79bd7 0.00 MB 7 248
158,459 158,459 00000000000005d9026ca97a2d517662e5630c1f7b19b8f50963a9479100d2a5 0.00 MB 6 18
158,458 158,458 00000000000001c6f8c040d1073844de107ad19bae70514d7ecc0fb61aa063ab 0.00 MB 11 33
158,457 158,457 00000000000006862f067e32576a91c6e3b51da5f84092cdccb5a929ad61fe2e 0.01 MB 12 369
158,456 158,456 0000000000000868c0ebfa3a619e7c76b7455fc43377e49eadfcccf59f89a0b3 0.01 MB 24 201
158,455 158,455 00000000000007c867152696a5b009f0bee351531db5e1bc663cb7f2e07ae19a 0.02 MB 29 89
158,454 158,454 0000000000000272ea2c7a5678302cfb1334d4ffdf2578929bfc5ae4993ed8d6 0.01 MB 13 79
158,453 158,453 00000000000008d8b10f3d6e0286dd3fd876a283cfd0240a5a76c5a430a00dee 0.03 MB 78 167
158,452 158,452 0000000000000adbe2c3bca225080077fec38e72fea63667913037b1c8deba3e 0.00 MB 11 681
158,451 158,451 0000000000000d7074e64b3b807c76a4ad1e6ad9c503cf5317358709d17a8e92 0.00 MB 9 264
158,450 158,450 00000000000009ef2a746a52e1d73f059a90db0fafedcd4c4a0eaadb59c3c869 0.00 MB 5 628
158,449 158,449 00000000000009388b670929606f33b400744bf462ced73070aac3d28656adb0 0.04 MB 138 151
158,448 158,448 0000000000000b367e88d3019fa494cc481b5569b5b2d5a45eed28e51140c9b3 0.02 MB 70 50
158,447 158,447 00000000000000f1d0f6723621db16f9e2e535cc7ed3e9e03b12327c05bd2b28 0.01 MB 31 152
158,446 158,446 0000000000000a71e0f548a1e5c56ed220c0da61f80e6641a26a58743e91f2d0 0.01 MB 16 57
158,445 158,445 00000000000005a7cd4604a9a452cfa438a5210511c82fb55c8ffe22aed3d46f 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.