Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (584,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,893 322,893 000000000000000014c4b670f7630834b4d4a00745b242894cd6539f77938428 0.12 MB 230 26
322,892 322,892 0000000000000000128426fbf7c2047587c118469d2c9c8dfa914d7517fe2be5 0.19 MB 315 23
322,891 322,891 0000000000000000036f48ab83348d9d2f87aacc103bd19b3efae139eeb9ed15 0.01 MB 32 27
322,890 322,890 000000000000000011203b87cc21dd6a97ec21b2291c4102c0076f4dbf7c51a7 0.16 MB 222 16
322,889 322,889 0000000000000000053c6098307c7c4784d07f99c11a15ad1b21fec482d8e2db 0.06 MB 117 26
322,888 322,888 00000000000000000adfa8009bdfda77ffb3864b20a148a7d4791e74392df7ce 0.50 MB 953 26
322,887 322,887 000000000000000000d844d4b6d268864ee12d996e4ce3c864cd117edd25ba19 0.25 MB 331 23
322,886 322,886 0000000000000000155065ba70ee087db35b6008411d09e991d562ba35868893 0.26 MB 423 27
322,885 322,885 0000000000000000150b575328ef39b2c03fee4d56731e8e04691c1308903bac 0.01 MB 35 36
322,884 322,884 00000000000000001425a781ce810bee562b4f14be0109643ed6e43fff6afb86 0.53 MB 446 16
322,883 322,883 0000000000000000159ee49a4f376d85b22a23d8b2f94efb6953e83ae5e66d02 0.35 MB 697 31
322,882 322,882 00000000000000000cae8cedc4fb953a2c1fc5e80446366fcb71837fb37a86f6 0.17 MB 279 27
322,881 322,881 000000000000000004bd86a5ce9a9100e61ae8ec41d0aaba8fcb903e64c1be86 0.45 MB 858 27
322,880 322,880 0000000000000000084778cc7b7394a48d65c9451a59dcf98d0f1e1078f39c3a 0.32 MB 232 18
322,879 322,879 00000000000000000a3de5a160749e6a07b35e230f9f0504d418da68b09f1000 0.32 MB 386 23
322,878 322,878 000000000000000008aec4ac5509eb1a82b9db4bb7ae6b931a2d7be6b90041b7 0.21 MB 429 33
322,877 322,877 0000000000000000170b124d15d268ac73964886b1e8001e7720afb8c0d2c706 0.30 MB 567 28
322,876 322,876 000000000000000017f831442d3412a60595ae6442b4af1f0c3fcc161d414eb5 0.07 MB 167 30
322,875 322,875 00000000000000000c87d9b875cf4b29652c7feb24b9ec35df27a5293c8d5b6a 0.02 MB 28 22
322,874 322,874 000000000000000002e967a00cf6ab68c407677694e25f6229ff0d192986b341 0.27 MB 505 27
322,873 322,873 00000000000000000b1f30ea2e80f14d83ca7ab125c5d79a118bc2f01b811db8 0.32 MB 563 25
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.