Memory Pool Memory Pool Refreshing

5,544 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 10/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 ago 1.00 vMB 3,829 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (612,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,635 295,635 0000000000000000aa3493372f632a72d2c712d74c044fbad737b9440840a013 0.35 MB 781 37
295,634 295,634 000000000000000039f8a0b4dcd8d4c24eba0860b4488d9b9cc9edf3c8475566 0.31 MB 410 24
295,633 295,633 00000000000000005b4cfd27f11f9f622f2005b05bd5e5ea254de7115b59b94e 0.05 MB 128 33
295,632 295,632 000000000000000076c6363a9363b466f3ae209af23613dc4942a3db4e8e9999 0.03 MB 81 40
295,631 295,631 00000000000000006da3d11e24ed213841efd8d58e5572cf61456f71453c3588 0.34 MB 520 31
295,630 295,630 00000000000000006a001d09fa38feddd53d3c083c0679e02b1e1f5d9d5198c3 0.05 MB 98 30
295,629 295,629 000000000000000098dcd5e4ca1ae5f3aa2f5caaad34ad85735c21ac1697c901 0.33 MB 718 38
295,628 295,628 000000000000000055e0b4e6090db3aa88ea7adc3bb920a6a8f623da3aef2342 0.02 MB 49 37
295,627 295,627 000000000000000005bbc360017206353348e7bda6df371826e706b8dc7b106f 0.02 MB 57 23
295,626 295,626 00000000000000002c04612b7a9123d1d7b01e771781ca9040150daa2b8f39af 0.14 MB 248 26
295,625 295,625 000000000000000000b21a078b05a2c5dd02bf962f3f2b60b4fbec9d56bf25f0 0.28 MB 593 34
295,624 295,624 0000000000000000767d8628364ddc3102bb609123ee0b32936b7e1eccbcea85 0.05 MB 46 12
295,623 295,623 000000000000000093ff5f66df68d482033c25bb93a58b7cb57602aa2d0de814 0.19 MB 317 33
295,622 295,622 00000000000000008f74c8058475411fa4fece66d0614036ac75c20e2a49962d 0.12 MB 227 29
295,621 295,621 00000000000000009cd077265a7c571dcbaf8e55f7b7173939be90c0f8dfe0eb 0.09 MB 128 31
295,620 295,620 0000000000000000a4936315c487f0ccd6947d5ba224c10120741be5dee8123b 0.08 MB 210 52
295,619 295,619 0000000000000000676838fc159788af7009d3f6b408731e02ff7f33806195b9 0.15 MB 315 27
295,618 295,618 000000000000000067ebdc7cbd5d580c5176ffe04b8e4fd6ab8b2921a30a2366 0.62 MB 989 28
295,617 295,617 00000000000000007f5cab5af46eac8b652ba3cf1e6c9e02045336d8350161d1 0.07 MB 128 49
295,616 295,616 000000000000000004bc84295516c6a87299592047cb550b7abb0b14e49b6eb1 0.08 MB 153 32
295,615 295,615 00000000000000000258529f315f9a90f01ea1eded05d6069ea97f31822ea837 0.19 MB 452 44
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, 113 incoming
  • Data Transfer: 1,642.77 GB sent, 94.49 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.