Memory Pool Memory Pool Refreshing

7,071 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (2,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,071 905,071 0000000000000000000049a96564e37df9c40375173261e048e81a64b573a66c 1.67 MB 1,558 2
905,070 905,070 00000000000000000001292e6eb131706d6797b722c7cc6b24d53b402c7bfe94 1.65 MB 1,897 2
905,069 905,069 00000000000000000000ac5d4a982184a30a2065e2becb80abca971684a40359 1.85 MB 2,040 2
905,068 905,068 000000000000000000011fad70d41cf98373b94f6c2f3d1f52b2693cd94a3e56 1.90 MB 2,063 3
905,067 905,067 000000000000000000003244ee970cbfb6a7a8a6fe60f3d393d512e4e9f51ef7 1.60 MB 2,490 2
905,066 905,066 00000000000000000001f53d288b8e20b1ef32a260abf98f417d8bcbaa1ea099 1.46 MB 1,426 3
905,065 905,065 000000000000000000006f911d9b7401037f593e322a84153a9d44ce389824ab 1.73 MB 2,547 3
905,064 905,064 0000000000000000000193801327a068d88ce9a1fc53dfd341dc2509d009a2e4 1.56 MB 3,465 5
905,063 905,063 00000000000000000001561adfe4f3ba8421c880c5e3ad0b760465f21000f0be 1.72 MB 4,111 4
905,062 905,062 00000000000000000000812e28bb417dde7758c142319039f6a07bcd4231c786 1.64 MB 3,649 5
905,061 905,061 000000000000000000015f0d2cf88266db3f63a10da79db733723cab9733fb51 1.61 MB 3,942 8
905,060 905,060 000000000000000000013cb1573ba53af4de498e793855a098513b45d28b000e 1.59 MB 3,279 6
905,059 905,059 00000000000000000001325f6c0bdd010d8013dcfe11d143c771608a3beec9d3 1.52 MB 2,376 5
905,058 905,058 000000000000000000025592e64b1f7d3c899d4e05fca23be600357fa1735a43 1.71 MB 3,895 4
905,057 905,057 000000000000000000005553c99013bc13c15b1fce4f9015798f6d4a1670abe0 1.63 MB 3,408 9
905,056 905,056 000000000000000000004a8122a3ccd9cd0ef762c5f5901fae6cef5cfc5a8c17 1.54 MB 3,496 7
905,055 905,055 0000000000000000000000ee8153ba4ef84413d3ca1919366154ff7a6450fb07 1.57 MB 3,391 8
905,054 905,054 00000000000000000000ebce3268efdc4b3d20dba302778239a09c01b5638c1a 1.73 MB 3,086 2
905,053 905,053 0000000000000000000237c5213574df854bb623ba8755b5db667e04b44ab223 1.70 MB 3,934 2
905,052 905,052 00000000000000000001f35ca1723621082502b099f9881b03d021efc266bf88 1.73 MB 3,466 3
905,051 905,051 00000000000000000001fdb4c9ebcc200f7937acae9d99e6ebf33f17566afdd6 1.92 MB 3,394 1
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.68 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.