Memory Pool Memory Pool Refreshing

9,153 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,799 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (252,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,004 655,004 0000000000000000000d6136572613842f12c625a07f540637a118ba6ef8e125 1.30 MB 2,433 311
655,003 655,003 000000000000000000078efa5dc665bffa293c4efab8f99098de851f588e9822 1.17 MB 2,406 60
655,002 655,002 0000000000000000000454b44be22b3994bae6493573d624164bcb19b75a170c 1.44 MB 2,308 196
655,001 655,001 000000000000000000050ad8ff6afb386801ca6179dacff34873e5ef989f3aa6 1.17 MB 2,276 345
655,000 655,000 000000000000000000055882dcf32c5e88f86f474e77a9672d521b63fa6d5e98 1.38 MB 1,609 77
654,999 654,999 0000000000000000000d5c8704d4e1cde4ad48b780dd218d57a8b33fcdc36d2b 1.13 MB 2,180 58
654,998 654,998 000000000000000000018a142198096a06653581b603fcd2a91ac5b23c95c5b1 1.06 MB 1,831 49
654,997 654,997 00000000000000000009f2fa68f7fd1ab18fe310eb2fa8bace4bd91239028c18 1.32 MB 2,671 185
654,996 654,996 00000000000000000002e03d3712522fb8c5bfc1a488ab0322f748f5ba4307bd 1.25 MB 1,818 266
654,995 654,995 00000000000000000001505c873ec4523a174d8a79df30d02d05f5dcd6cec4af 1.36 MB 2,277 130
654,994 654,994 0000000000000000000bfd5bf94786a89ec4114f653d31e9947a97fb802f9070 1.14 MB 2,393 97
654,993 654,993 00000000000000000000a0f8b03ea83598018c780adbfc6f1be7c21354d76ab8 1.19 MB 2,578 110
654,992 654,992 00000000000000000005c0d3c3685812e7ffa8a802a52fd78b33e5ee449adc62 1.35 MB 2,166 118
654,991 654,991 0000000000000000000765a7ec15643bbd3f51af2bf42e56a4f9383e07c6df4d 1.40 MB 2,991 246
654,990 654,990 000000000000000000036d4cb07a95673c0747f4ba3bc69c615770e5e6bf3331 1.20 MB 1,979 79
654,989 654,989 0000000000000000000a2be9b1e294bfc4b10ce91ccead03024a3295c1a99604 1.12 MB 1,412 136
654,988 654,988 0000000000000000000823620c349d22825538f8465e2517888534125f2fb825 1.10 MB 978 180
654,987 654,987 00000000000000000004711b939c47219efcce244a183a3f65a0d16d2a80b5a0 1.14 MB 1,438 191
654,986 654,986 00000000000000000001f03f41f61f39e29630ee49f883b4b2d607cc23677132 1.14 MB 1,058 178
654,985 654,985 00000000000000000002352393edb5cd92afaabd467acff3cd8607808238a610 1.38 MB 1,323 304
654,984 654,984 00000000000000000007297e4d3519cf436c00e4891b3413309d20c7dc2a7015 1.44 MB 2,339 253
Previous 10 blocks ↓
Total Size: 769.29 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.49 GB sent, 94.37 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.