Memory Pool Memory Pool Refreshing

24,463 transactions
25.28 vMB
Show Random Selection Loading Transactions
Max Size: 138/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,394 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 2,396 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,393 (51,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
828,699 828,699 00000000000000000001114df66aac967b659cdde3cb9382610138a08eeb2589 1.51 MB 2,307 69
828,698 828,698 00000000000000000001ae21cd150e24c01ce228ad764eee7da21bd49f864a7b 1.85 MB 4,221 71
828,697 828,697 000000000000000000026055d50af6244d2497f1fcd9e1ee39bd3706431027fc 1.56 MB 2,664 95
828,696 828,696 00000000000000000001e4ad2881cd7c92d2b5361de3f2baf3d12cd2b571477d 1.81 MB 4,308 87
828,695 828,695 0000000000000000000245d93731cc1c632fb324547167176d6811c8ba5bf63d 1.54 MB 2,860 91
828,694 828,694 00000000000000000003937b8752be382450b16d6596a84ee40d8ddd292ed6f3 2.10 MB 6,066 121
828,693 828,693 00000000000000000001113330a718e2a6ecf038a9323c5e3b28cc16437e444b 1.22 MB 1,237 116
828,692 828,692 00000000000000000000e84cdb216a32d17890837ac8cef5e39c6f3b4ec09ed1 1.78 MB 4,350 49
828,691 828,691 0000000000000000000375353561bfce08f47e77bcc07baaed3f17158fb699f5 1.47 MB 1,563 33
828,690 828,690 000000000000000000036b0afbb6389876194f7759e3953ac390c33b4b38be1e 1.21 MB 1,170 53
828,689 828,689 000000000000000000029247dde53903754299aa34ac2da5e47f8a560259fe89 1.91 MB 4,633 29
828,688 828,688 00000000000000000000e27fc6a7340e77faf496021dc9e4977036de4f066657 1.52 MB 2,528 28
828,687 828,687 0000000000000000000275ed9bb4b11635b86f06c0e9ae5f7c07206dd0e85c13 1.55 MB 2,520 39
828,686 828,686 00000000000000000002cd8f6a41081d341dcaa0fb4649fe82f46c9407a9c471 1.24 MB 1,883 24
828,685 828,685 00000000000000000002a5da4bb44aaec3d28e08921c8eb307fb9973a736daa9 1.93 MB 4,991 28
828,684 828,684 000000000000000000017417103aac6a23b280f8674818a83b54eca7bcc55ea0 1.63 MB 3,793 24
828,683 828,683 0000000000000000000159d9177b0947bcf365f24d5a25cdd8bf34975b4f775d 1.68 MB 2,998 32
828,682 828,682 00000000000000000002a6da0833d373f4871dc44d0b1557b43d55ee4fd593eb 1.54 MB 2,443 30
828,681 828,681 00000000000000000002d9f17c1881f9c34666a301e335ffcfb41b13a1508334 1.16 MB 829 24
828,680 828,680 000000000000000000017bef2a10c7455e65e5ea2d6cbda9b82d005b88993d18 2.02 MB 5,682 27
828,679 828,679 00000000000000000003826d891e06a61a6616280d116acaacdd3369d2f64bf3 1.58 MB 2,772 33
Previous 10 blocks ↓
Total Size: 719.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,831.79 GB sent, 60.91 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.