Memory Pool Memory Pool Refreshing

62,040 transactions
30.74 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
14 sats/vbyte 2
5 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,698 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 4,019 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,697 (76,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
804,394 804,394 00000000000000000000714aa9c2817572260eea3f6c63c1b288771853c89ab0 1.65 MB 2,454 10
804,393 804,393 000000000000000000019b7ddba363f3c1f8c8c33cdb8aeca5807b6ef780322b 1.71 MB 3,001 13
804,392 804,392 000000000000000000013ea2eea804462d1e3b20f8abc281287ae4fe16196788 1.51 MB 2,414 16
804,391 804,391 000000000000000000036f3b47c0363280e899dcc3833ac86098968ad6ea34a2 1.52 MB 2,431 21
804,390 804,390 000000000000000000023caf962b85876e4767217ec63b7452fc76e12050987d 1.43 MB 2,317 22
804,389 804,389 000000000000000000049e75e64eaf81821cbe710ec5e5e36275c2f3eb3e7081 1.41 MB 2,630 25
804,388 804,388 000000000000000000033adec98f1722e9e09eca7b3508096b7523e78379d0ce 1.49 MB 3,489 25
804,387 804,387 00000000000000000003e97c45015c4a9a5767fe07d8189d5ed4b6bb62e91cc3 1.51 MB 2,876 14
804,386 804,386 00000000000000000001bcdb4026f2d5eab5f3b901a261564b0a4a078eabe511 1.57 MB 3,704 24
804,385 804,385 000000000000000000018c20f3b872ddc2804935cc50a2de8e5d41b795d2aa4b 1.61 MB 3,404 18
804,384 804,384 00000000000000000004656ff0cdd68a9d157018be4dd04d7714c6318271e309 1.57 MB 3,308 29
804,383 804,383 00000000000000000000967ad630a7aac2aeed84cc4c10ef1bce932cefdb374e 1.43 MB 1,925 23
804,382 804,382 00000000000000000003de4de4356d9b42375d06b149c91c413d49219c219c8a 1.35 MB 2,178 23
804,381 804,381 00000000000000000004de385619940ec3293fd76ca0ea61d4cd6ab586e3f8c0 1.69 MB 2,683 30
804,380 804,380 0000000000000000000237b279df80f362847bfad0d2e777090f70d1fe7545bc 1.56 MB 3,219 28
804,379 804,379 0000000000000000000338ed2445f6f32e8c7ebe524654afbbc5b059294f650d 1.39 MB 3,064 38
804,378 804,378 00000000000000000002cf8b89ed7ab6905d2a86e71498f5bb067acde018f096 1.50 MB 2,012 9
804,377 804,377 000000000000000000054fd4ecdce682dc1cde25924b5c27331395c5bba496f6 1.75 MB 2,488 9
804,376 804,376 00000000000000000001b3136247af8b2d60418f057ef81065a59addce4b73b6 1.61 MB 3,334 10
804,375 804,375 00000000000000000002cc882116b970db9fd020ff4a0feb66fe8282818a29be 1.54 MB 3,048 17
804,374 804,374 0000000000000000000472745b2f884df14edd0d94da598d95a6578cbd293b79 1.61 MB 2,515 11
Previous 10 blocks ↓
Total Size: 719.74 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,873.18 GB sent, 63.73 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.