Memory Pool Memory Pool Refreshing

7,025 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (572,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
335,428 335,428 00000000000000001aa3d46426d843133e3e6b3e0dba6bfaa053d54af503f977 0.45 MB 759 23
335,427 335,427 00000000000000000ea6507751855f2e8e07ab05d5f31ca578947170beeb3b01 0.24 MB 405 24
335,426 335,426 00000000000000001808cce57a6a9104f6e203a4d7b3704922a4065028520f82 0.34 MB 617 25
335,425 335,425 0000000000000000044a3513f750f7e79161fc476bbc140cbebd093dee0051ea 0.09 MB 212 26
335,424 335,424 000000000000000010effbcbdf23652aa2fce1d2c676afab0908efe0be29b7f8 0.10 MB 66 3
335,423 335,423 0000000000000000165cce2c33eed5ae5ef8149af85378a93cf5b7c71bd741b4 0.03 MB 39 15
335,422 335,422 0000000000000000005b4486c61a26c2509085c3fa51655cd3b7f5697c59df41 0.31 MB 628 28
335,421 335,421 000000000000000008fdd3ae10980bdfb2cd429565d48bcf1ada62bca67229cb 0.02 MB 51 18
335,420 335,420 00000000000000000ab19a9416ab8e50af74e56246a90f4ce3f1f69b49d309f4 0.47 MB 873 25
335,419 335,419 00000000000000001a140d934b15f253836e0b19b6c560369befe0b3b2ef10b8 0.51 MB 995 26
335,418 335,418 0000000000000000189a6b46dfbfba8d55c5bf75fdd1bdace528751dca36aa01 0.04 MB 64 12
335,417 335,417 0000000000000000008fc73fa362147faa7f7ac5bf04e88af7fe133f7f62f5e0 0.33 MB 501 20
335,416 335,416 0000000000000000164287e3549924092c7ae453c14bdea16d09c9e595719764 0.33 MB 502 18
335,415 335,415 00000000000000000362fb8362ec9752c904f476e6cacfe346fb3e423f6c941c 0.13 MB 212 36
335,414 335,414 000000000000000005c60c504e109684bb0886ab95520ad6a5af0d384f587a6a 1.00 MB 991 15
335,413 335,413 00000000000000000aaa1c539c43edd91c7323de07dcd1db8e5b3a9cb8c5a343 0.75 MB 2,284 40
335,412 335,412 000000000000000002ae6001a801e23e9a8607cbe1d1e16f79891b045bd280d3 0.31 MB 522 21
335,411 335,411 00000000000000000b938856991bac5141b63f52231204168df38d34a56e1eda 0.00 MB 1 0
335,410 335,410 000000000000000016b9e7d0aa41732fde5b5d14ad04ec48e5a1cca453751716 0.02 MB 64 56
335,409 335,409 00000000000000001304e75f63ca9ed89b706ccd189652bffd84169e57831e66 0.06 MB 78 14
335,408 335,408 0000000000000000060d863e5cd90790d526c7f618dcd19fbffd0c1976773354 0.13 MB 244 17
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.