Memory Pool Memory Pool Refreshing

7,131 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,853 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (613,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,065 294,065 00000000000000003c02b85815887e7e16571e4ff34cfabe4dc34f929f62fb8e 0.11 MB 160 28
294,064 294,064 000000000000000094957a2e4624d23209616c4b33d7fdc579028767481bcbe7 0.35 MB 563 35
294,063 294,063 00000000000000009f84c04ace2251bca6b3f0ef6e04c75bfbe3fcb8b4577141 0.07 MB 147 29
294,062 294,062 00000000000000003fd3afa881d7ff2749af068937188f6eae7fd21abc15db6b 0.11 MB 171 27
294,061 294,061 0000000000000000b48b14d1e3aa6c3e092526ed0449ce7c8751e2357bc8a023 0.10 MB 157 21
294,060 294,060 00000000000000002a62ec79e57101981648450f3af5cbdc5c67515adc84a173 0.03 MB 33 22
294,059 294,059 0000000000000000c879d5dca5d6d5be05cc99889399f35a2af7ff35a515dde5 0.15 MB 236 23
294,058 294,058 00000000000000005fd12bcd0ab9633025493ae31c25a108e1f4b9c95a1c56be 0.50 MB 750 32
294,057 294,057 0000000000000000b6ee26c4a0da206ecf9ee086800d133f889d93b5bbc29eb4 0.28 MB 155 14
294,056 294,056 0000000000000000698d9ac8703d6f02bfc7d2fb30e008d4f3505c01911356ab 0.35 MB 892 44
294,055 294,055 0000000000000000662f735e8f1c15344efb2b1f7432d9769a86d2a4ca032168 0.15 MB 282 36
294,054 294,054 000000000000000057d816f742eac0244dec6bd21145aa48e1e87c8fd00ea715 0.16 MB 388 56
294,053 294,053 0000000000000000cbde3a6f451aae0518b7f416d864e8289a96e08610d28647 0.26 MB 422 34
294,052 294,052 0000000000000000696147538b77b516810c047d69ddd86a62177a5951ff54a2 0.35 MB 647 38
294,051 294,051 0000000000000000c18d699e1403ee2811ba22f7d1be6b5d7a5561e7be5dfa42 0.04 MB 128 48
294,050 294,050 0000000000000000714164a14a21cbe64dcb430714cdeb0596da700ec5128ffc 0.20 MB 256 25
294,049 294,049 00000000000000009d66596fd8eadbb21b1b44c3d0489b325dc61fffb29dd71f 0.38 MB 374 23
294,048 294,048 00000000000000000e722efd840d9d74afe5de0bc3fc2f8c9df95662f8cda823 0.25 MB 64 21
294,047 294,047 00000000000000004f6b8deb7493727e70dfad811ba30b78a8b935265c07bcaa 0.35 MB 480 33
294,046 294,046 000000000000000055328b2a3888da35a5ca9ef0dcf66c6d51254b7767bd86a9 0.04 MB 102 38
294,045 294,045 0000000000000000182e12d6d09e806f607c82c243fc0a379c08ce215de0c539 0.17 MB 380 33
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.52 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.