Memory Pool Memory Pool Refreshing

8,546 transactions
2.84 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (11,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,082 896,082 000000000000000000023d6bb642b1f82db798d91595a4e3c99d0891d34e1748 3.72 MB 347 1
896,081 896,081 000000000000000000021725b9342fe9972b09fd2aa13120aefffb4b9d91fdc2 2.07 MB 2,256 2
896,080 896,080 0000000000000000000127697af05fefb5ee2d7bdb193fecfbe3d8f442f2edb9 2.03 MB 1,907 2
896,079 896,079 0000000000000000000254ac07b5d30e7477346e2e8d6b2d738b8650233061e6 1.62 MB 3,569 3
896,078 896,078 0000000000000000000091078179e5d8d632f9dc8557e12eb4ae0126a424cf4f 1.48 MB 3,732 8
896,077 896,077 00000000000000000001d39863a84159bd8766fe0d217ea0a7654485e16224ec 1.95 MB 2,002 2
896,076 896,076 00000000000000000001dbfe98828d9aaf33998f1599987f05e5968be8d5b54d 2.75 MB 845 1
896,075 896,075 00000000000000000001306d328684369f20b1bef56f8f45cf0513e6a2883cc1 3.61 MB 495 1
896,074 896,074 00000000000000000001a9a594f0323801c83dca24b6171b7dc8446726512f31 2.52 MB 383 1
896,073 896,073 000000000000000000016270c067e50b10fa4365b55a5757173e3fba29c430af 1.61 MB 2,464 2
896,072 896,072 000000000000000000011f68c8134fa8a2880f07e7620cfad71f8a5832c36137 1.64 MB 2,965 3
896,071 896,071 000000000000000000021ae0b73880b18eba9a1e62ca4353b0327d53cbe943e7 1.54 MB 2,208 14
896,070 896,070 00000000000000000001e6aa4a2de4ef7395ee0586672e0481f7d3ec7f5bbd92 1.61 MB 3,492 6
896,069 896,069 000000000000000000005284cfe1bf5111e4f86294142dffeace9f188457ed14 3.02 MB 1,210 1
896,068 896,068 000000000000000000008a185ac6f1967e9000c4ef7deac9f049a5e5c94ebfad 1.72 MB 3,440 3
896,067 896,067 000000000000000000006f3fe431b33c15a8446acac46f6d24a7781fad6be641 1.92 MB 2,648 3
896,066 896,066 00000000000000000000a22391d3faf6cd7d510e1bd80d38b1ae3322d27ea708 3.62 MB 523 1
896,065 896,065 0000000000000000000056f6c549f383dfcb7f64ea963d2175f910fda34d22e8 2.40 MB 1,391 2
896,064 896,064 00000000000000000000ebf8aeb8cd10189e1341f07fc55e092bfd79018c5b74 3.65 MB 564 1
896,063 896,063 000000000000000000017415dedab8088d20ec306aefe0e0b34eaa6cef6350a0 3.90 MB 149 1
896,062 896,062 000000000000000000013254943673d70724963a0358402b302db999cdc95141 2.17 MB 1,809 2
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.