Memory Pool Memory Pool Refreshing

12,731 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,043 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (250,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
656,992 656,992 00000000000000000004d057a01e14d127f62f8c662ec8d5ccaf09e6bf6753dd 1.29 MB 2,685 20
656,991 656,991 0000000000000000000734d7cbf41278b9bcd52adfa3678bc882fdaadbefee95 1.36 MB 2,499 67
656,990 656,990 00000000000000000009a1af9591525ed6899ae310dc994d4b22fe10f5cc05f6 0.70 MB 1,286 34
656,989 656,989 00000000000000000004275c91368e60f49083dd57aff11f43ea2a6617158c20 0.34 MB 854 43
656,988 656,988 0000000000000000000f11dcea5fb424af7401b4abd5b69f7ac8104b829aa349 0.09 MB 265 50
656,987 656,987 00000000000000000005d7ee5d4e8f311787364e35db5b5a4446d7154c23598b 0.23 MB 625 39
656,986 656,986 0000000000000000000284fb482ecdf3428bc3a1450ea4ed24ecce69f8641589 0.39 MB 636 32
656,985 656,985 0000000000000000000f3d71e9fb5191e2fd8b4c256df47173cb41f56a7076ed 0.39 MB 914 37
656,984 656,984 0000000000000000000e05ac7a5cb93fd4411a49ea2fabbe998a3a8160596707 1.47 MB 1,416 22
656,983 656,983 00000000000000000004f3ac065112eb5a63f6b9d6b83cd3fe05c60dbf1510be 1.01 MB 572 15
656,982 656,982 000000000000000000061b38bb8f43e64f3f5661fa5783358db44adfba6285f9 1.44 MB 1,132 46
656,981 656,981 00000000000000000009f2176bbe9533bba5133706d2fe01fda6e22af67ebd15 0.03 MB 20 19
656,980 656,980 000000000000000000029f6ba973e246d858883f3a7451541858ac14f3eaf8e5 0.75 MB 1,239 49
656,979 656,979 0000000000000000000be8777f342a9851effc97032d9023626a4ba234def60d 0.37 MB 590 35
656,978 656,978 0000000000000000000e05f2926702cbfa4313a0ef8b7eb23ee340091085c6f1 1.28 MB 927 24
656,977 656,977 000000000000000000032438390d221d87bc0a0165d5626791946357222e2762 1.08 MB 937 34
656,976 656,976 00000000000000000005ba22769b643d298a82f3454e9140518ef9758a71fdae 0.00 MB 1 0
656,975 656,975 00000000000000000000b48232b3ed1fcc24e7724960e8b1a423e2c0a8284737 1.49 MB 1,043 32
656,974 656,974 000000000000000000079bad63cf91c984474c460e8084087ace998588408811 1.59 MB 1,111 27
656,973 656,973 0000000000000000000640214c2bed421dcecff090c878b3071162a10da62791 0.28 MB 558 35
656,972 656,972 00000000000000000008e489d51f5fa8339b0e10ca75432c38fac4e2f2b91d68 1.09 MB 1,921 31
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.