Memory Pool Memory Pool Refreshing

7,359 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,757 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (167,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
740,445 740,445 00000000000000000001fc5afa67599a6d22115590eebafe9c6cd4a4cde6ebaf 1.65 MB 1,655 11
740,444 740,444 00000000000000000006637dc17915592b336bdeb987f3668cb70f34c3194be5 1.45 MB 2,206 9
740,443 740,443 00000000000000000002262f3f1d9dd71fc19db8a6e1ada47e92d7b5cbe7e4f6 0.04 MB 50 26
740,442 740,442 0000000000000000000035d060749f3ed717a52959b5afe346314f80b80de500 0.80 MB 341 1
740,441 740,441 00000000000000000007c93d97f5c1af2653814efaff71d21716fcc93c3b349b 1.50 MB 2,678 8
740,440 740,440 00000000000000000005230dce2d9775ddd5bc932cc81605e396659f3d0e0b07 1.25 MB 1,262 16
740,439 740,439 0000000000000000000583372dd84b2465297891fb8bf3c44366ccdd3be11243 1.18 MB 1,327 15
740,438 740,438 000000000000000000064cf6710ae362090de32cb46989f3487281de5d175856 0.24 MB 461 12
740,437 740,437 0000000000000000000235c8a6ae03e5b7e410c3ab972242843463fedd853ef3 0.14 MB 260 9
740,436 740,436 00000000000000000007e5a7d279483447cb28e07807a32204d4fa2736ea59ee 0.60 MB 1,048 11
740,435 740,435 000000000000000000086eca12ea20ecbb58ca586fdada0b2722b6d6f940b35f 0.53 MB 784 9
740,434 740,434 000000000000000000078595e32a96d1af13fe6365d1e95180698bd6ae008775 0.28 MB 278 6
740,433 740,433 0000000000000000000256e06f68b27b0d994b19353f7d98ccae9f1c76dcde8e 0.04 MB 73 8
740,432 740,432 000000000000000000084b8408d7d192dfb958933976c3b10dffd823b1c2d8a7 0.98 MB 1,347 9
740,431 740,431 000000000000000000041abe8e75c90dee6ae9719702d138687e23f42dc6b09e 0.27 MB 398 4
740,430 740,430 000000000000000000071945c650e91006f898e09f33ccb2eefb917580bd5ed9 1.66 MB 2,625 6
740,429 740,429 0000000000000000000382bb3c5c5f9834c2a40bef444188e19121454723398f 1.34 MB 2,595 20
740,428 740,428 00000000000000000008f5bc9ab1002a550ca11843ab9042cada5651f5be5134 0.44 MB 847 10
740,427 740,427 00000000000000000007e06f3ad53fae90fcdde1e15288f8d9a05922e47a2a6c 0.02 MB 48 11
740,426 740,426 00000000000000000007485b47b89a2d32d9dee210d448c6eae6090dd2b0f913 0.23 MB 376 10
740,425 740,425 0000000000000000000492b76dba460a78e33dbc06a24b140d6dc438ac250aa1 0.53 MB 989 20
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,624.84 GB sent, 93.01 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.