Memory Pool Memory Pool Refreshing

635 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 618 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (2,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
905,050 905,050 000000000000000000008ca42fe0d1b9811b05694f6894aa18354086d0cc46fa 1.86 MB 3,436 2
905,049 905,049 000000000000000000004392c7dd07082c76b9d99719147a66b00b8eb265f7f7 1.72 MB 3,847 2
905,048 905,048 000000000000000000003451c88581abaeedc62c4aad659e45403874b36a3f9a 1.71 MB 2,571 2
905,047 905,047 00000000000000000000fe7cc744d8467c63eab73e43fd6e72a59d5b4a2e6449 1.82 MB 2,880 4
905,046 905,046 000000000000000000015ef3b613f45552578100e508b5e3c9ed6e68169c14ec 1.78 MB 3,422 7
905,045 905,045 000000000000000000001f1944cf86f0f2e6537ef56bffadfdc8fe0fc5e32dbc 1.62 MB 3,880 5
905,044 905,044 00000000000000000000242804c22878214c6352021df318797555007cf534fa 1.31 MB 2,807 2
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.