Memory Pool Memory Pool Refreshing

64,835 transactions
29.91 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,474 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,296 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,473 (353,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
519,024 519,024 00000000000000000001ffe07644be172555c03301275f33ab5f375830cd73ec 0.01 MB 28 80
519,023 519,023 0000000000000000001575fc29d211b1a6523f6d5537f2a75ac0027cf1455834 0.77 MB 1,648 24
519,022 519,022 0000000000000000001f46859468f53fbd8b6cd92f0f0e3cd6d3588459e50339 0.91 MB 1,719 14
519,021 519,021 00000000000000000030cf1327b600b8e707b31353cd91672b4b04634906f959 1.14 MB 2,866 32
519,020 519,020 0000000000000000000c8bcc12888f4a883d7f72c178d8d704aff605d2c6e01b 1.15 MB 2,123 26
519,019 519,019 000000000000000000034fef4bee9a133dc6fe2d7e2cebc6dcd6b256979da3be 0.08 MB 194 2
519,018 519,018 00000000000000000047ce0374b73d895d2d24b625541c6e5fbde250f6fcc36f 1.16 MB 3,044 35
519,017 519,017 000000000000000000203e0d04ee1d7d7df2310f6c9ff4dbc72c97408d3d6487 1.14 MB 3,060 33
519,016 519,016 0000000000000000002b80de0ad47acb4d6c60803f92e00e7ada8af4f79bc2e3 0.34 MB 492 18
519,015 519,015 00000000000000000031b130c6d079f456de3eb875697579016a0f188bdc8fb1 0.17 MB 187 35
519,014 519,014 00000000000000000037fae38587f47166117f48b32c04f02188cc9ff89a2ceb 0.15 MB 185 34
519,013 519,013 00000000000000000038c7f9f5e2ca25acee3a089dd67fae7760f9cb77e05201 0.16 MB 247 12
519,012 519,012 00000000000000000048b1d4155592ffa77dd6b608741d5fc8a7cedc7b38c150 0.38 MB 366 9
519,011 519,011 000000000000000000291876e1599a43af1af46f049d88a2f5138f1ca2ea8c4c 0.53 MB 1,012 21
519,010 519,010 0000000000000000001b6e21a28b7bbe0ae2e5a707a94f69430d885b6dc0a9c1 0.60 MB 834 26
519,009 519,009 0000000000000000001f808147bfc6017579c52bc51bf665e6702771d50d06b2 0.02 MB 57 15
519,008 519,008 0000000000000000001c0eb86b1d997fb9519b63f599748785a08fe2a9064e68 0.20 MB 515 27
519,007 519,007 000000000000000000227a9fa670ad47e1a41318cec72b9c6d7e2385a839f81f 0.23 MB 492 17
519,006 519,006 000000000000000000168d1a7a70cbbf09be99e34a1a6130288841e9af22eaf5 1.11 MB 2,101 21
519,005 519,005 00000000000000000020e0fdba1db4df361603f1df569739a3ecad188d1fbb8c 0.62 MB 1,477 34
519,004 519,004 0000000000000000003d8a4935327eaa3b2d6c4ca12935830ed9d61dedf86716 0.15 MB 292 4
Previous 10 blocks ↓
Total Size: 704.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,641.28 GB sent, 238.38 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.