Memory Pool Memory Pool Refreshing

6,804 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (42,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,527 865,527 0000000000000000000126d097cc5639ef8f88571f7fb7cb0f631a0b7d2d8fcb 1.71 MB 4,153 11
865,526 865,526 0000000000000000000159ed282e20b6cbac9be97e8d13168f6d12462f242761 1.58 MB 3,434 17
865,525 865,525 0000000000000000000225edc0302ed86104ad42b0349c7809f8fceaac7f0d8e 1.46 MB 4,636 14
865,524 865,524 0000000000000000000028946a3240f40f9bfca6baedcb5da88e18c4766c84a3 1.62 MB 4,935 15
865,523 865,523 000000000000000000011c00c57afdf041f647050c1580bf58d92bc5953229f2 1.57 MB 4,545 21
865,522 865,522 000000000000000000010270cfb5a6dd4f142715fe80e616bb0b29473870e082 1.53 MB 5,332 21
865,521 865,521 00000000000000000000ddb23e8b79d58170fca8923f75303112437de2c55706 1.56 MB 5,699 19
865,520 865,520 00000000000000000002c5f422f10ef117bf3d6f6eadf30307a007de37d8e5b6 1.52 MB 4,476 25
865,519 865,519 00000000000000000002170f6e0ff5c8508a11753c48c12e73e3fd77634763f6 1.49 MB 4,217 25
865,518 865,518 00000000000000000001f9238195810cfe65ea00ac61fab1a8f9ca333d1df275 1.56 MB 5,470 18
865,517 865,517 00000000000000000002a9cb45b71b8ac7ec20cb1362ff461423d74b0df518ab 1.56 MB 5,107 24
865,516 865,516 00000000000000000002dfdf993cb0ca6e6030db6718689507e42cab19213b71 1.54 MB 3,709 37
865,515 865,515 00000000000000000001a9ca53d18c38cf6f4328ae690896afeb901fd040ff58 1.55 MB 5,788 21
865,514 865,514 00000000000000000002128064d3f4358545e89ede3d9c65873acb37308b29f0 1.52 MB 5,670 29
865,513 865,513 000000000000000000028d23612de3d816323d29b115656fa907042668e60f9a 1.51 MB 5,670 32
865,512 865,512 000000000000000000012aaf176497458193473af6bc1cfa0af2ae901fb768be 1.50 MB 6,176 39
865,511 865,511 00000000000000000002f69a12f6b978db4d20f3d6d55f0045063037446121bb 1.46 MB 6,224 39
865,510 865,510 00000000000000000003035bc7babf503c061e27da5034d0eb6a5b4dce4b34ca 1.46 MB 6,457 27
865,509 865,509 00000000000000000002f540c26091d505fceda155bc6a59e96260a5c0e5c015 1.52 MB 6,616 21
865,508 865,508 00000000000000000003098eabb1e655e44c8eb9a3a10c9f42e0996924dbee0a 1.52 MB 6,360 16
865,507 865,507 00000000000000000000853d9c3a35b6c649d85c4987caca62c9113a9fd3f727 1.46 MB 4,559 12
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.